Html Css Color HEX #060E3F Midnight Express

📋 copy color: '#060E3F'

red 6 ◦ green 14 ◦ blue 63

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

Shades of Midnight Express #060E3F

Tints of Midnight Express #060E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 75.9%

R = 7.23%
G = 16.87%
B = 75.9%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#060E3F (or 0x060E3F) is known color: Midnight Express. HEX triplet: 06, 0E and 3F. RGB value is (6,14,63). Sum of RGB (Red+Green+Blue) = 6+14+63=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 63 (25% from 255 or 75.90% from 83); Max value from RGB is 63 - color contains mainly: blue. Hex color #060E3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E3F is #F9F1C0. Grayscale: #101010. Windows color (decimal): -16380353 or 4132358. OLE color: 4132358.

HSL color Cylindrical-coordinate representation of color #060E3F: hue angle of 231.58º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060E3F is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 14 63 -
CMYK 0.90 0.78 0 0.75
HSL 231.58º 0.83% 0.14% -
HSV(B) 231.58º 0.9% 0.25% -
XYZ 1.13 0.71 4.78 -
YUV 17.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 6 14 63 0.90 0.78 0 0.75 231.58 0.83 0.14
Hex 6 E 3F 5A 4E 0 4B E8 53 E
Octal 6 16 77 132 116 0 113 350 123 16
Binary 110 1110 111111 1011010 1001110 0 1001011 11101000 1010011 1110

Color Harmonies of #060E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E3F

Black with #060E3F

Text Example


Text Example

White with #060E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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