#060A4C

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

Shades of Sapphire #060A4C

Tints of Sapphire #060A4C

Color information

#060A4C (or 0x060A4C) is unknown color: approx Sapphire. HEX triplet: 06, 0A and 4C. RGB value is (6,10,76). Sum of RGB (Red+Green+Blue) = 6+10+76=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 76 (30.08% from 255 or 82.61% from 92); Max value from RGB is 76 - color contains mainly: blue. Hex color #060A4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A4C is #F9F5B3. Grayscale: #101010. Windows color (decimal): -16381364 or 4983302. OLE color: 4983302.

HSL color Cylindrical-coordinate representation of color #060A4C: hue angle of 236.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060A4C is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB61076-
CMYK0.920.8700.70
HSL236.57º85.37%16.08%-
HSV(B)236.57º92.11%29.8%-
XYZ1.490.786.91-
YUV16.33161.67120.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 76 (30.08% from 255) = 82.61%
R=6.52%
G=10.87%
B=82.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal610760.920.8700.70236.5785.3716.08
Hex6A4C5C57046ed5510
Octal612114134127010635512520
Binary11010101001100101110010101110100011011101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060A4C; }

 p { color: rgb(6,10,76); }

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

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

 a { background-color: rgb(6,10,76); }

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

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

 span { border-color: rgb(6,10,76); }

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