Html Css Color HEX #061334 Midnight Express

📋 copy color: '#061334'

red 6 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #061334

Tints of Midnight Express #061334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 67.53%

R = 7.79%
G = 24.68%
B = 67.53%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#061334 (or 0x061334) is known color: Midnight Express. HEX triplet: 06, 13 and 34. RGB value is (6,19,52). Sum of RGB (Red+Green+Blue) = 6+19+52=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #061334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061334 is #F9ECCB. Grayscale: #121212. Windows color (decimal): -16379084 or 3412742. OLE color: 3412742.

HSL color Cylindrical-coordinate representation of color #061334: hue angle of 223.04º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061334 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 19 52 -
CMYK 0.88 0.63 0 0.80
HSL 223.04º 0.79% 0.11% -
HSV(B) 223.04º 0.88% 0.2% -
XYZ 0.93 0.75 3.35 -
YUV 18.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 6 19 52 0.88 0.63 0 0.80 223.04 0.79 0.11
Hex 6 13 34 58 3F 0 50 DF 4F B
Octal 6 23 64 130 77 0 120 337 117 13
Binary 110 10011 110100 1011000 111111 0 1010000 11011111 1001111 1011

Color Harmonies of #061334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061334

Black with #061334

Text Example


Text Example

White with #061334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061334; }

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

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

background-color css

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

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

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

border-color css

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

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

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