Html Css Color HEX #060C51 Sapphire

📋 copy color: '#060C51'

red 6 ◦ green 12 ◦ blue 81

#060C51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #060C51

Tints of Sapphire #060C51

RGB

 RED value IS 6 (2.73% from 255) = 6.06%

 GREEN value IS 12 (5.08% from 255) = 12.12%

 BLUE value IS 81 (32.03% from 255) = 81.82%

R = 6.06%
G = 12.12%
B = 81.82%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#060C51 (or 0x060C51) is known color: Sapphire. HEX triplet: 06, 0C and 51. RGB value is (6,12,81). Sum of RGB (Red+Green+Blue) = 6+12+81=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #060C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C51 is #F9F3AE. Grayscale: #111111. Windows color (decimal): -16380847 or 5311494. OLE color: 5311494.

HSL color Cylindrical-coordinate representation of color #060C51: hue angle of 235.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060C51 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 12 81 -
CMYK 0.93 0.85 0 0.68
HSL 235.2º 0.86% 0.17% -
HSV(B) 235.2º 0.93% 0.32% -
XYZ 1.69 0.9 7.87 -
YUV 18.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 6 12 81 0.93 0.85 0 0.68 235.2 0.86 0.17
Hex 6 C 51 5D 55 0 44 EB 56 11
Octal 6 14 121 135 125 0 104 353 126 21
Binary 110 1100 1010001 1011101 1010101 0 1000100 11101011 1010110 10001

Color Harmonies of #060C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C51

Black with #060C51

Text Example


Text Example

White with #060C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,12,81); }

 H1.HeaderClassName
 {
   color: #060C51;
 }
 .AnyTagClassName
 {
   color: #060C51;
 }
</style>

background-color css

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

 a { background-color: rgb(6,12,81); }

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

border-color css

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

 span { border-color: rgb(6,12,81); }

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