#26119B

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

Shades of Ultramarine #26119B

Tints of Ultramarine #26119B

Color information

#26119B (or 0x26119B) is unknown color: approx Ultramarine. HEX triplet: 26, 11 and 9B. RGB value is (38,17,155). Sum of RGB (Red+Green+Blue) = 38+17+155=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #26119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26119B is #D9EE64. Grayscale: #262626. Windows color (decimal): -14282341 or 10162470. OLE color: 10162470.

HSL color Cylindrical-coordinate representation of color #26119B: hue angle of 249.13º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26119B is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3817155-
CMYK0.750.8900.39
HSL249.13º80.23%33.73%-
HSV(B)249.13º89.03%60.78%-
XYZ6.923.1831.26-
YUV39.01193.46127.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 155 (60.94% from 255) = 73.81%
R=18.10%
G=8.10%
B=73.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38171550.750.8900.39249.1380.2333.73
Hex26119B4B59027f95022
Octal462123311313104737112042
Binary1001101000110011011100101110110010100111111110011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26119B; }

 p { color: rgb(38,17,155); }

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

<style>
 a { background-color: #26119B; }

 a { background-color: rgb(38,17,155); }

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

<style>
 span { border-color: #26119B; }

 span { border-color: rgb(38,17,155); }

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