Html Css Color HEX #060E2F Midnight Express

📋 copy color: '#060E2F'

red 6 ◦ green 14 ◦ blue 47

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

Shades of Midnight Express #060E2F

Tints of Midnight Express #060E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 70.15%

R = 8.96%
G = 20.9%
B = 70.15%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#060E2F (or 0x060E2F) is known color: Midnight Express. HEX triplet: 06, 0E and 2F. RGB value is (6,14,47). Sum of RGB (Red+Green+Blue) = 6+14+47=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #060E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E2F is #F9F1D0. Grayscale: #0F0F0F. Windows color (decimal): -16380369 or 3083782. OLE color: 3083782.

HSL color Cylindrical-coordinate representation of color #060E2F: hue angle of 228.29º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #060E2F is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 14 47 -
CMYK 0.87 0.70 0 0.82
HSL 228.29º 0.77% 0.1% -
HSV(B) 228.29º 0.87% 0.18% -
XYZ 0.75 0.56 2.76 -
YUV 15.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 6 14 47 0.87 0.70 0 0.82 228.29 0.77 0.1
Hex 6 E 2F 57 46 0 52 E4 4D A
Octal 6 16 57 127 106 0 122 344 115 12
Binary 110 1110 101111 1010111 1000110 0 1010010 11100100 1001101 1010

Color Harmonies of #060E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E2F

Black with #060E2F

Text Example


Text Example

White with #060E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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