Html Css Color HEX #061340 Midnight Express

📋 copy color: '#061340'

red 6 ◦ green 19 ◦ blue 64

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

Shades of Midnight Express #061340

Tints of Midnight Express #061340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 71.91%

R = 6.74%
G = 21.35%
B = 71.91%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#061340 (or 0x061340) is known color: Midnight Express. HEX triplet: 06, 13 and 40. RGB value is (6,19,64). Sum of RGB (Red+Green+Blue) = 6+19+64=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #061340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061340 is #F9ECBF. Grayscale: #141414. Windows color (decimal): -16379072 or 4199174. OLE color: 4199174.

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

Color convert

RGB 6 19 64 -
CMYK 0.91 0.70 0 0.75
HSL 226.55º 0.83% 0.14% -
HSV(B) 226.55º 0.91% 0.25% -
XYZ 1.23 0.87 4.95 -
YUV 20.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 6 19 64 0.91 0.70 0 0.75 226.55 0.83 0.14
Hex 6 13 40 5B 46 0 4B E3 53 E
Octal 6 23 100 133 106 0 113 343 123 16
Binary 110 10011 1000000 1011011 1000110 0 1001011 11100011 1010011 1110

Color Harmonies of #061340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061340

Black with #061340

Text Example


Text Example

White with #061340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061340; }

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

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

background-color css

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

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

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

border-color css

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

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

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