#18209A

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

Shades of Ultramarine #18209A

Tints of Ultramarine #18209A

Color information

#18209A (or 0x18209A) is unknown color: approx Ultramarine. HEX triplet: 18, 20 and 9A. RGB value is (24,32,154). Sum of RGB (Red+Green+Blue) = 24+32+154=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #18209A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18209A is #E7DF65. Grayscale: #2B2B2B. Windows color (decimal): -15196006 or 10100760. OLE color: 10100760.

HSL color Cylindrical-coordinate representation of color #18209A: hue angle of 236.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18209A is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2432154-
CMYK0.840.7900.40
HSL236.31º73.03%34.9%-
HSV(B)236.31º84.42%60.39%-
XYZ6.733.5630.9-
YUV43.52190.35114.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 154 (60.55% from 255) = 73.33%
R=11.43%
G=15.24%
B=73.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24321540.840.7900.40236.3173.0334.9
Hex18209A544F028ec4923
Octal304023212411705035411143
Binary1100010000010011010101010010011110101000111011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18209A; }

 p { color: rgb(24,32,154); }

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

<style>
 a { background-color: #18209A; }

 a { background-color: rgb(24,32,154); }

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

<style>
 span { border-color: #18209A; }

 span { border-color: rgb(24,32,154); }

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