Html Css Color HEX #060C4D Sapphire

📋 copy color: '#060C4D'

red 6 ◦ green 12 ◦ blue 77

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

Shades of Sapphire #060C4D

Tints of Sapphire #060C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 81.05%

R = 6.32%
G = 12.63%
B = 81.05%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#060C4D (or 0x060C4D) is known color: Sapphire. HEX triplet: 06, 0C and 4D. RGB value is (6,12,77). Sum of RGB (Red+Green+Blue) = 6+12+77=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #060C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C4D is #F9F3B2. Grayscale: #111111. Windows color (decimal): -16380851 or 5049350. OLE color: 5049350.

HSL color Cylindrical-coordinate representation of color #060C4D: hue angle of 234.93º degrees, saturation: 0.86, 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 #060C4D is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 12 77 -
CMYK 0.92 0.84 0 0.70
HSL 234.93º 0.86% 0.16% -
HSV(B) 234.93º 0.92% 0.3% -
XYZ 1.55 0.84 7.1 -
YUV 17.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 6 12 77 0.92 0.84 0 0.70 234.93 0.86 0.16
Hex 6 C 4D 5C 54 0 46 EB 56 10
Octal 6 14 115 134 124 0 106 353 126 20
Binary 110 1100 1001101 1011100 1010100 0 1000110 11101011 1010110 10000

Color Harmonies of #060C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C4D

Black with #060C4D

Text Example


Text Example

White with #060C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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