Html Css Color HEX #061535 Midnight Express

📋 copy color: '#061535'

red 6 ◦ green 21 ◦ blue 53

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

Shades of Midnight Express #061535

Tints of Midnight Express #061535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 66.25%

R = 7.5%
G = 26.25%
B = 66.25%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#061535 (or 0x061535) is known color: Midnight Express. HEX triplet: 06, 15 and 35. RGB value is (6,21,53). Sum of RGB (Red+Green+Blue) = 6+21+53=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #061535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061535 is #F9EACA. Grayscale: #141414. Windows color (decimal): -16378571 or 3478790. OLE color: 3478790.

HSL color Cylindrical-coordinate representation of color #061535: hue angle of 220.85º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061535 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 21 53 -
CMYK 0.89 0.60 0 0.79
HSL 220.85º 0.8% 0.12% -
HSV(B) 220.85º 0.89% 0.21% -
XYZ 0.99 0.83 3.48 -
YUV 20.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 6 21 53 0.89 0.60 0 0.79 220.85 0.8 0.12
Hex 6 15 35 59 3C 0 4F DD 50 C
Octal 6 25 65 131 74 0 117 335 120 14
Binary 110 10101 110101 1011001 111100 0 1001111 11011101 1010000 1100

Color Harmonies of #061535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061535

Black with #061535

Text Example


Text Example

White with #061535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061535; }

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

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

background-color css

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

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

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

border-color css

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

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

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