#08124B

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

Shades of Sapphire #08124B

Tints of Sapphire #08124B

Color information

#08124B (or 0x08124B) is unknown color: approx Sapphire. HEX triplet: 08, 12 and 4B. RGB value is (8,18,75). Sum of RGB (Red+Green+Blue) = 8+18+75=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #08124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08124B is #F7EDB4. Grayscale: #151515. Windows color (decimal): -16248245 or 4919816. OLE color: 4919816.

HSL color Cylindrical-coordinate representation of color #08124B: hue angle of 231.04º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08124B is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB81875-
CMYK0.890.7600.71
HSL231.04º80.72%16.27%-
HSV(B)231.04º89.33%29.41%-
XYZ1.590.996.76-
YUV21.51158.19118.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=7.92%
G=17.82%
B=74.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal818750.890.7600.71231.0480.7216.27
Hex8124B594C047e75110
Octal1022113131114010734712120
Binary1000100101001011101100110011000100011111100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,18,75); }

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

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

 a { background-color: rgb(8,18,75); }

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

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

 span { border-color: rgb(8,18,75); }

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