#06124B

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

Shades of Sapphire #06124B

Tints of Sapphire #06124B

Color information

#06124B (or 0x06124B) is unknown color: approx Sapphire. HEX triplet: 06, 12 and 4B. RGB value is (6,18,75). Sum of RGB (Red+Green+Blue) = 6+18+75=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #06124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06124B is #F9EDB4. Grayscale: #141414. Windows color (decimal): -16379317 or 4919814. OLE color: 4919814.

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

Color convert

RGB61875-
CMYK0.920.7600.71
HSL229.57º85.19%15.88%-
HSV(B)229.57º92%29.41%-
XYZ1.560.986.76-
YUV20.91158.52117.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 75 (29.69% from 255) = 75.76%
R=6.06%
G=18.18%
B=75.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal618750.920.7600.71229.5785.1915.88
Hex6124B5C4C047e65510
Octal622113134114010734612520
Binary110100101001011101110010011000100011111100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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