Html Css Color HEX #061D40 Midnight Express

📋 copy color: '#061D40'

red 6 ◦ green 29 ◦ blue 64

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

Shades of Midnight Express #061D40

Tints of Midnight Express #061D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.29%

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

R = 6.06%
G = 29.29%
B = 64.65%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#061D40 (or 0x061D40) is known color: Midnight Express. HEX triplet: 06, 1D and 40. RGB value is (6,29,64). Sum of RGB (Red+Green+Blue) = 6+29+64=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #061D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D40 is #F9E2BF. Grayscale: #191919. Windows color (decimal): -16376512 or 4201734. OLE color: 4201734.

HSL color Cylindrical-coordinate representation of color #061D40: hue angle of 216.21º 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 #061D40 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 29 64 -
CMYK 0.91 0.55 0 0.75
HSL 216.21º 0.83% 0.14% -
HSV(B) 216.21º 0.91% 0.25% -
XYZ 1.44 1.29 5.02 -
YUV 26.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 6 29 64 0.91 0.55 0 0.75 216.21 0.83 0.14
Hex 6 1D 40 5B 37 0 4B D8 53 E
Octal 6 35 100 133 67 0 113 330 123 16
Binary 110 11101 1000000 1011011 110111 0 1001011 11011000 1010011 1110

Color Harmonies of #061D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D40

Black with #061D40

Text Example


Text Example

White with #061D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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