Html Css Color HEX #060E38 Midnight Express

📋 copy color: '#060E38'

red 6 ◦ green 14 ◦ blue 56

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

Shades of Midnight Express #060E38

Tints of Midnight Express #060E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 73.68%

R = 7.89%
G = 18.42%
B = 73.68%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#060E38 (or 0x060E38) is known color: Midnight Express. HEX triplet: 06, 0E and 38. RGB value is (6,14,56). Sum of RGB (Red+Green+Blue) = 6+14+56=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #060E38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E38 is #F9F1C7. Grayscale: #101010. Windows color (decimal): -16380360 or 3673606. OLE color: 3673606.

HSL color Cylindrical-coordinate representation of color #060E38: hue angle of 230.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060E38 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 14 56 -
CMYK 0.89 0.75 0 0.78
HSL 230.4º 0.81% 0.12% -
HSV(B) 230.4º 0.89% 0.22% -
XYZ 0.95 0.64 3.81 -
YUV 16.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 6 14 56 0.89 0.75 0 0.78 230.4 0.81 0.12
Hex 6 E 38 59 4B 0 4E E6 51 C
Octal 6 16 70 131 113 0 116 346 121 14
Binary 110 1110 111000 1011001 1001011 0 1001110 11100110 1010001 1100

Color Harmonies of #060E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E38

Black with #060E38

Text Example


Text Example

White with #060E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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