Html Css Color HEX #061140 Midnight Express

📋 copy color: '#061140'

red 6 ◦ green 17 ◦ blue 64

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

Shades of Midnight Express #061140

Tints of Midnight Express #061140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.54%

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

R = 6.9%
G = 19.54%
B = 73.56%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#061140 (or 0x061140) is known color: Midnight Express. HEX triplet: 06, 11 and 40. RGB value is (6,17,64). Sum of RGB (Red+Green+Blue) = 6+17+64=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #061140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061140 is #F9EEBF. Grayscale: #121212. Windows color (decimal): -16379584 or 4198662. OLE color: 4198662.

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

Color convert

RGB 6 17 64 -
CMYK 0.91 0.73 0 0.75
HSL 228.62º 0.83% 0.14% -
HSV(B) 228.62º 0.91% 0.25% -
XYZ 1.2 0.81 4.94 -
YUV 19.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 6 17 64 0.91 0.73 0 0.75 228.62 0.83 0.14
Hex 6 11 40 5B 49 0 4B E5 53 E
Octal 6 21 100 133 111 0 113 345 123 16
Binary 110 10001 1000000 1011011 1001001 0 1001011 11100101 1010011 1110

Color Harmonies of #061140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061140

Black with #061140

Text Example


Text Example

White with #061140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061140; }

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

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

background-color css

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

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

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

border-color css

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

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

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