Html Css Color HEX #061541 Midnight Express

📋 copy color: '#061541'

red 6 ◦ green 21 ◦ blue 65

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

Shades of Midnight Express #061541

Tints of Midnight Express #061541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

 BLUE value IS 65 (25.78% from 255) = 70.65%

R = 6.52%
G = 22.83%
B = 70.65%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#061541 (or 0x061541) is known color: Midnight Express. HEX triplet: 06, 15 and 41. RGB value is (6,21,65). Sum of RGB (Red+Green+Blue) = 6+21+65=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #061541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061541 is #F9EABE. Grayscale: #151515. Windows color (decimal): -16378559 or 4265222. OLE color: 4265222.

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

Color convert

RGB 6 21 65 -
CMYK 0.91 0.68 0 0.75
HSL 224.75º 0.83% 0.14% -
HSV(B) 224.75º 0.91% 0.25% -
XYZ 1.3 0.96 5.12 -
YUV 21.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 6 21 65 0.91 0.68 0 0.75 224.75 0.83 0.14
Hex 6 15 41 5B 44 0 4B E1 53 E
Octal 6 25 101 133 104 0 113 341 123 16
Binary 110 10101 1000001 1011011 1000100 0 1001011 11100001 1010011 1110

Color Harmonies of #061541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061541

Black with #061541

Text Example


Text Example

White with #061541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061541; }

 p { color: rgb(6,21,65); }

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

background-color css

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

 a { background-color: rgb(6,21,65); }

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

border-color css

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

 span { border-color: rgb(6,21,65); }

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