#26099E

Color #26099E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #26099E

Tints of Ultramarine #26099E

Color information

#26099E (or 0x26099E) is unknown color: approx Ultramarine. HEX triplet: 26, 09 and 9E. RGB value is (38,9,158). Sum of RGB (Red+Green+Blue) = 38+9+158=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #26099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26099E is #D9F661. Grayscale: #222222. Windows color (decimal): -14284386 or 10357030. OLE color: 10357030.

HSL color Cylindrical-coordinate representation of color #26099E: hue angle of 251.68º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26099E is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB389158-
CMYK0.760.9400.38
HSL251.68º89.22%32.75%-
HSV(B)251.68º94.3%61.96%-
XYZ7.073.0832.57-
YUV34.66197.61130.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=18.54%
G=4.39%
B=77.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3891580.760.9400.38251.6889.2232.75
Hex2699E4C5E026fc5921
Octal461123611413604637413141
Binary100110100110011110100110010111100100110111111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26099E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26099E; }

 p { color: rgb(38,9,158); }

 H1.HeaderClassName
 {
   color: #26099E;
 }
 .AnyTagClassName
 {
   color: #26099E;
 }
</style>
background-color css

<style>
 a { background-color: #26099E; }

 a { background-color: rgb(38,9,158); }

 div.DivClassName
 {
   background-color: #26099E;
 }
 .BgClassName
 {
   background-color: #26099E;
 }
</style>
border-color css

<style>
 span { border-color: #26099E; }

 span { border-color: rgb(38,9,158); }

 td.TdClassName
 {
   border-color: #26099E;
 }
 .TagClassName
 {
   border-color: #26099E;
 }
</style>