Html Css Color HEX #060E87 Dark Blue

📋 copy color: '#060E87'

red 6 ◦ green 14 ◦ blue 135

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

Shades of Dark Blue #060E87

Tints of Dark Blue #060E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 87.1%

R = 3.87%
G = 9.03%
B = 87.1%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#060E87 (or 0x060E87) is known color: Dark Blue. HEX triplet: 06, 0E and 87. RGB value is (6,14,135). Sum of RGB (Red+Green+Blue) = 6+14+135=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #060E87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060E87 is #F9F178. Grayscale: #181818. Windows color (decimal): -16380281 or 8850950. OLE color: 8850950.

HSL color Cylindrical-coordinate representation of color #060E87: hue angle of 236.28º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060E87 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 14 135 -
CMYK 0.96 0.90 0 0.47
HSL 236.28º 0.91% 0.28% -
HSV(B) 236.28º 0.96% 0.53% -
XYZ 4.61 2.1 23.08 -
YUV 25.4 189.85 114.16 -
System Red Green Blue C M Y K H S L
Decimal 6 14 135 0.96 0.90 0 0.47 236.28 0.91 0.28
Hex 6 E 87 60 5A 0 2F EC 5B 1C
Octal 6 16 207 140 132 0 57 354 133 34
Binary 110 1110 10000111 1100000 1011010 0 101111 11101100 1011011 11100

Color Harmonies of #060E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E87

Black with #060E87

Text Example


Text Example

White with #060E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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