Html Css Color HEX #061342 Midnight Express

📋 copy color: '#061342'

red 6 ◦ green 19 ◦ blue 66

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

Shades of Midnight Express #061342

Tints of Midnight Express #061342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.88%

 BLUE value IS 66 (26.17% from 255) = 72.53%

R = 6.59%
G = 20.88%
B = 72.53%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#061342 (or 0x061342) is known color: Midnight Express. HEX triplet: 06, 13 and 42. RGB value is (6,19,66). Sum of RGB (Red+Green+Blue) = 6+19+66=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 66 (26.17% from 255 or 72.53% from 91); Max value from RGB is 66 - color contains mainly: blue. Hex color #061342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061342 is #F9ECBD. Grayscale: #141414. Windows color (decimal): -16379070 or 4330246. OLE color: 4330246.

HSL color Cylindrical-coordinate representation of color #061342: hue angle of 227º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061342 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 19 66 -
CMYK 0.91 0.71 0 0.74
HSL 227º 0.83% 0.14% -
HSV(B) 227º 0.91% 0.26% -
XYZ 1.29 0.9 5.26 -
YUV 20.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 6 19 66 0.91 0.71 0 0.74 227 0.83 0.14
Hex 6 13 42 5B 47 0 4A E3 53 E
Octal 6 23 102 133 107 0 112 343 123 16
Binary 110 10011 1000010 1011011 1000111 0 1001010 11100011 1010011 1110

Color Harmonies of #061342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061342

Black with #061342

Text Example


Text Example

White with #061342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061342; }

 p { color: rgb(6,19,66); }

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

background-color css

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

 a { background-color: rgb(6,19,66); }

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

border-color css

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

 span { border-color: rgb(6,19,66); }

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