#18209B

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

Shades of Ultramarine #18209B

Tints of Ultramarine #18209B

Color information

#18209B (or 0x18209B) is unknown color: approx Ultramarine. HEX triplet: 18, 20 and 9B. RGB value is (24,32,155). Sum of RGB (Red+Green+Blue) = 24+32+155=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #18209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18209B is #E7DF64. Grayscale: #2B2B2B. Windows color (decimal): -15196005 or 10166296. OLE color: 10166296.

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

Color convert

RGB2432155-
CMYK0.850.7900.39
HSL236.34º73.18%35.1%-
HSV(B)236.34º84.52%60.78%-
XYZ6.813.5931.35-
YUV43.63190.85114-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=11.37%
G=15.17%
B=73.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24321550.850.7900.39236.3473.1835.1
Hex18209B554F027ec4923
Octal304023312511704735411143
Binary1100010000010011011101010110011110100111111011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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