Html Css Color HEX #060D4C Sapphire

📋 copy color: '#060D4C'

red 6 ◦ green 13 ◦ blue 76

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

Shades of Sapphire #060D4C

Tints of Sapphire #060D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.68%

 BLUE value IS 76 (30.08% from 255) = 80%

R = 6.32%
G = 13.68%
B = 80%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#060D4C (or 0x060D4C) is known color: Sapphire. HEX triplet: 06, 0D and 4C. RGB value is (6,13,76). Sum of RGB (Red+Green+Blue) = 6+13+76=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #060D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D4C is #F9F2B3. Grayscale: #111111. Windows color (decimal): -16380596 or 4984070. OLE color: 4984070.

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

Color convert

RGB 6 13 76 -
CMYK 0.92 0.83 0 0.70
HSL 234º 0.85% 0.16% -
HSV(B) 234º 0.92% 0.3% -
XYZ 1.52 0.85 6.92 -
YUV 18.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 6 13 76 0.92 0.83 0 0.70 234 0.85 0.16
Hex 6 D 4C 5C 53 0 46 EA 55 10
Octal 6 15 114 134 123 0 106 352 125 20
Binary 110 1101 1001100 1011100 1010011 0 1000110 11101010 1010101 10000

Color Harmonies of #060D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D4C

Black with #060D4C

Text Example


Text Example

White with #060D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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