Html Css Color HEX #061341 Midnight Express

📋 copy color: '#061341'

red 6 ◦ green 19 ◦ blue 65

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

Shades of Midnight Express #061341

Tints of Midnight Express #061341

RGB

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

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

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

R = 6.67%
G = 21.11%
B = 72.22%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#061341 (or 0x061341) is known color: Midnight Express. HEX triplet: 06, 13 and 41. RGB value is (6,19,65). Sum of RGB (Red+Green+Blue) = 6+19+65=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #061341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061341 is #F9ECBE. Grayscale: #141414. Windows color (decimal): -16379071 or 4264710. OLE color: 4264710.

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

Color convert

RGB 6 19 65 -
CMYK 0.91 0.71 0 0.75
HSL 226.78º 0.83% 0.14% -
HSV(B) 226.78º 0.91% 0.25% -
XYZ 1.26 0.89 5.11 -
YUV 20.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 6 19 65 0.91 0.71 0 0.75 226.78 0.83 0.14
Hex 6 13 41 5B 47 0 4B E3 53 E
Octal 6 23 101 133 107 0 113 343 123 16
Binary 110 10011 1000001 1011011 1000111 0 1001011 11100011 1010011 1110

Color Harmonies of #061341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061341

Black with #061341

Text Example


Text Example

White with #061341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061341; }

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

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

background-color css

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

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

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

border-color css

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

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

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