Html Css Color HEX #060E6F Midnight Blue

📋 copy color: '#060E6F'

red 6 ◦ green 14 ◦ blue 111

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

Shades of Midnight Blue #060E6F

Tints of Midnight Blue #060E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 84.73%

R = 4.58%
G = 10.69%
B = 84.73%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060E6F (or 0x060E6F) is known color: Midnight Blue. HEX triplet: 06, 0E and 6F. RGB value is (6,14,111). Sum of RGB (Red+Green+Blue) = 6+14+111=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #060E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E6F is #F9F190. Grayscale: #161616. Windows color (decimal): -16380305 or 7278086. OLE color: 7278086.

HSL color Cylindrical-coordinate representation of color #060E6F: hue angle of 235.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060E6F is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 14 111 -
CMYK 0.95 0.87 0 0.56
HSL 235.43º 0.9% 0.23% -
HSV(B) 235.43º 0.95% 0.44% -
XYZ 3.1 1.5 15.17 -
YUV 22.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 6 14 111 0.95 0.87 0 0.56 235.43 0.9 0.23
Hex 6 E 6F 5F 57 0 38 EB 5A 17
Octal 6 16 157 137 127 0 70 353 132 27
Binary 110 1110 1101111 1011111 1010111 0 111000 11101011 1011010 10111

Color Harmonies of #060E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E6F

Black with #060E6F

Text Example


Text Example

White with #060E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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