Html Css Color HEX #060E4E Sapphire

📋 copy color: '#060E4E'

red 6 ◦ green 14 ◦ blue 78

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

Shades of Sapphire #060E4E

Tints of Sapphire #060E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.29%

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

R = 6.12%
G = 14.29%
B = 79.59%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#060E4E (or 0x060E4E) is known color: Sapphire. HEX triplet: 06, 0E and 4E. RGB value is (6,14,78). Sum of RGB (Red+Green+Blue) = 6+14+78=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #060E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E4E is #F9F1B1. Grayscale: #121212. Windows color (decimal): -16380338 or 5115398. OLE color: 5115398.

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

Color convert

RGB 6 14 78 -
CMYK 0.92 0.82 0 0.69
HSL 233.33º 0.86% 0.16% -
HSV(B) 233.33º 0.92% 0.31% -
XYZ 1.61 0.9 7.3 -
YUV 18.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 6 14 78 0.92 0.82 0 0.69 233.33 0.86 0.16
Hex 6 E 4E 5C 52 0 45 E9 56 10
Octal 6 16 116 134 122 0 105 351 126 20
Binary 110 1110 1001110 1011100 1010010 0 1000101 11101001 1010110 10000

Color Harmonies of #060E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E4E

Black with #060E4E

Text Example


Text Example

White with #060E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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