#08124F

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

Shades of Sapphire #08124F

Tints of Sapphire #08124F

Color information

#08124F (or 0x08124F) is unknown color: approx Sapphire. HEX triplet: 08, 12 and 4F. RGB value is (8,18,79). Sum of RGB (Red+Green+Blue) = 8+18+79=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #08124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08124F is #F7EDB0. Grayscale: #151515. Windows color (decimal): -16248241 or 5181960. OLE color: 5181960.

HSL color Cylindrical-coordinate representation of color #08124F: hue angle of 231.55º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08124F is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB81879-
CMYK0.900.7700.69
HSL231.55º81.61%17.06%-
HSV(B)231.55º89.87%30.98%-
XYZ1.731.057.51-
YUV21.96160.19118.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 79 (31.25% from 255) = 75.24%
R=7.62%
G=17.14%
B=75.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal818790.900.7700.69231.5581.6117.06
Hex8124F5A4D045e85211
Octal1022117132115010535012221
Binary1000100101001111101101010011010100010111101000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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