Html Css Color HEX #061640 Midnight Express

📋 copy color: '#061640'

red 6 ◦ green 22 ◦ blue 64

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

Shades of Midnight Express #061640

Tints of Midnight Express #061640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.91%

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

R = 6.52%
G = 23.91%
B = 69.57%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#061640 (or 0x061640) is known color: Midnight Express. HEX triplet: 06, 16 and 40. RGB value is (6,22,64). Sum of RGB (Red+Green+Blue) = 6+22+64=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #061640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061640 is #F9E9BF. Grayscale: #151515. Windows color (decimal): -16378304 or 4199942. OLE color: 4199942.

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

Color convert

RGB 6 22 64 -
CMYK 0.91 0.66 0 0.75
HSL 223.45º 0.83% 0.14% -
HSV(B) 223.45º 0.91% 0.25% -
XYZ 1.29 0.98 4.97 -
YUV 22 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 6 22 64 0.91 0.66 0 0.75 223.45 0.83 0.14
Hex 6 16 40 5B 42 0 4B DF 53 E
Octal 6 26 100 133 102 0 113 337 123 16
Binary 110 10110 1000000 1011011 1000010 0 1001011 11011111 1010011 1110

Color Harmonies of #061640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061640

Black with #061640

Text Example


Text Example

White with #061640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061640; }

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

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

background-color css

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

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

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

border-color css

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

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

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