#18169C

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

Shades of Ultramarine #18169C

Tints of Ultramarine #18169C

Color information

#18169C (or 0x18169C) is unknown color: approx Ultramarine. HEX triplet: 18, 16 and 9C. RGB value is (24,22,156). Sum of RGB (Red+Green+Blue) = 24+22+156=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #18169C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18169C is #E7E963. Grayscale: #252525. Windows color (decimal): -15198564 or 10229272. OLE color: 10229272.

HSL color Cylindrical-coordinate representation of color #18169C: hue angle of 240.9º 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 #18169C is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2422156-
CMYK0.850.8600.39
HSL240.9º75.28%34.9%-
HSV(B)240.9º85.9%61.18%-
XYZ6.663.1731.71-
YUV37.87194.66118.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 156 (61.33% from 255) = 77.23%
R=11.88%
G=10.89%
B=77.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24221560.850.8600.39240.975.2834.9
Hex18169C5556027f14b23
Octal302623412512604736111343
Binary110001011010011100101010110101100100111111100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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