#26169C

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

Shades of Ultramarine #26169C

Tints of Ultramarine #26169C

Color information

#26169C (or 0x26169C) is unknown color: approx Ultramarine. HEX triplet: 26, 16 and 9C. RGB value is (38,22,156). Sum of RGB (Red+Green+Blue) = 38+22+156=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #26169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26169C is #D9E963. Grayscale: #292929. Windows color (decimal): -14281060 or 10229286. OLE color: 10229286.

HSL color Cylindrical-coordinate representation of color #26169C: hue angle of 247.16º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26169C is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3822156-
CMYK0.760.8600.39
HSL247.16º75.28%34.9%-
HSV(B)247.16º85.9%61.18%-
XYZ7.093.3931.73-
YUV42.06192.3125.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 156 (61.33% from 255) = 72.22%
R=17.59%
G=10.19%
B=72.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38221560.760.8600.39247.1675.2834.9
Hex26169C4C56027f74b23
Octal462623411412604736711343
Binary1001101011010011100100110010101100100111111101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26169C; }

 p { color: rgb(38,22,156); }

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

<style>
 a { background-color: #26169C; }

 a { background-color: rgb(38,22,156); }

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

<style>
 span { border-color: #26169C; }

 span { border-color: rgb(38,22,156); }

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