Html Css Color HEX #060E30 Midnight Express

📋 copy color: '#060E30'

red 6 ◦ green 14 ◦ blue 48

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

Shades of Midnight Express #060E30

Tints of Midnight Express #060E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 70.59%

R = 8.82%
G = 20.59%
B = 70.59%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#060E30 (or 0x060E30) is known color: Midnight Express. HEX triplet: 06, 0E and 30. RGB value is (6,14,48). Sum of RGB (Red+Green+Blue) = 6+14+48=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #060E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E30 is #F9F1CF. Grayscale: #0F0F0F. Windows color (decimal): -16380368 or 3149318. OLE color: 3149318.

HSL color Cylindrical-coordinate representation of color #060E30: hue angle of 228.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060E30 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 14 48 -
CMYK 0.87 0.71 0 0.81
HSL 228.57º 0.78% 0.11% -
HSV(B) 228.57º 0.88% 0.19% -
XYZ 0.77 0.57 2.87 -
YUV 15.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 6 14 48 0.87 0.71 0 0.81 228.57 0.78 0.11
Hex 6 E 30 57 47 0 51 E5 4E B
Octal 6 16 60 127 107 0 121 345 116 13
Binary 110 1110 110000 1010111 1000111 0 1010001 11100101 1001110 1011

Color Harmonies of #060E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E30

Black with #060E30

Text Example


Text Example

White with #060E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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