Html Css Color HEX #060D4E Sapphire

📋 copy color: '#060D4E'

red 6 ◦ green 13 ◦ blue 78

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

Shades of Sapphire #060D4E

Tints of Sapphire #060D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 80.41%

R = 6.19%
G = 13.4%
B = 80.41%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#060D4E (or 0x060D4E) is known color: Sapphire. HEX triplet: 06, 0D and 4E. RGB value is (6,13,78). Sum of RGB (Red+Green+Blue) = 6+13+78=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #060D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D4E is #F9F2B1. Grayscale: #121212. Windows color (decimal): -16380594 or 5115142. OLE color: 5115142.

HSL color Cylindrical-coordinate representation of color #060D4E: hue angle of 234.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060D4E is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 13 78 -
CMYK 0.92 0.83 0 0.69
HSL 234.17º 0.86% 0.16% -
HSV(B) 234.17º 0.92% 0.31% -
XYZ 1.59 0.88 7.29 -
YUV 18.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 6 13 78 0.92 0.83 0 0.69 234.17 0.86 0.16
Hex 6 D 4E 5C 53 0 45 EA 56 10
Octal 6 15 116 134 123 0 105 352 126 20
Binary 110 1101 1001110 1011100 1010011 0 1000101 11101010 1010110 10000

Color Harmonies of #060D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D4E

Black with #060D4E

Text Example


Text Example

White with #060D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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