#182096

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

Shades of Ultramarine #182096

Tints of Ultramarine #182096

Color information

#182096 (or 0x182096) is unknown color: approx Ultramarine. HEX triplet: 18, 20 and 96. RGB value is (24,32,150). Sum of RGB (Red+Green+Blue) = 24+32+150=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #182096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182096 is #E7DF69. Grayscale: #2A2A2A. Windows color (decimal): -15196010 or 9838616. OLE color: 9838616.

HSL color Cylindrical-coordinate representation of color #182096: hue angle of 236.19º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182096 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2432150-
CMYK0.840.7900.41
HSL236.19º72.41%34.12%-
HSV(B)236.19º84%58.82%-
XYZ6.43.4329.18-
YUV43.06188.35114.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 150 (58.98% from 255) = 72.82%
R=11.65%
G=15.53%
B=72.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24321500.840.7900.41236.1972.4134.12
Hex182096544F029ec4822
Octal304022612411705135411042
Binary1100010000010010110101010010011110101001111011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182096; }

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

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

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

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

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

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

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

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