Html Css Color HEX #061430 Midnight Express

📋 copy color: '#061430'

red 6 ◦ green 20 ◦ blue 48

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

Shades of Midnight Express #061430

Tints of Midnight Express #061430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.03%

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

R = 8.11%
G = 27.03%
B = 64.86%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061430 (or 0x061430) is known color: Midnight Express. HEX triplet: 06, 14 and 30. RGB value is (6,20,48). Sum of RGB (Red+Green+Blue) = 6+20+48=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #061430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061430 is #F9EBCF. Grayscale: #121212. Windows color (decimal): -16378832 or 3150854. OLE color: 3150854.

HSL color Cylindrical-coordinate representation of color #061430: hue angle of 220º 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 #061430 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 20 48 -
CMYK 0.87 0.58 0 0.81
HSL 220º 0.78% 0.11% -
HSV(B) 220º 0.88% 0.19% -
XYZ 0.86 0.75 2.9 -
YUV 19.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 6 20 48 0.87 0.58 0 0.81 220 0.78 0.11
Hex 6 14 30 57 3A 0 51 DC 4E B
Octal 6 24 60 127 72 0 121 334 116 13
Binary 110 10100 110000 1010111 111010 0 1010001 11011100 1001110 1011

Color Harmonies of #061430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061430

Black with #061430

Text Example


Text Example

White with #061430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061430; }

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

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

background-color css

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

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

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

border-color css

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

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

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