#06124A

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

Shades of Sapphire #06124A

Tints of Sapphire #06124A

Color information

#06124A (or 0x06124A) is unknown color: approx Sapphire. HEX triplet: 06, 12 and 4A. RGB value is (6,18,74). Sum of RGB (Red+Green+Blue) = 6+18+74=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #06124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06124A is #F9EDB5. Grayscale: #141414. Windows color (decimal): -16379318 or 4854278. OLE color: 4854278.

HSL color Cylindrical-coordinate representation of color #06124A: hue angle of 229.41º 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 #06124A is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB61874-
CMYK0.920.7600.71
HSL229.41º85%15.69%-
HSV(B)229.41º91.89%29.02%-
XYZ1.530.976.58-
YUV20.8158.02117.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 74 (29.30% from 255) = 75.51%
R=6.12%
G=18.37%
B=75.51%

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
Decimal618740.920.7600.71229.418515.69
Hex6124A5C4C047e55510
Octal622112134114010734512520
Binary110100101001010101110010011000100011111100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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