Html Css Color HEX #060535 Midnight Express

📋 copy color: '#060535'

red 6 ◦ green 5 ◦ blue 53

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

Shades of Midnight Express #060535

Tints of Midnight Express #060535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.81%

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

R = 9.38%
G = 7.81%
B = 82.81%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#060535 (or 0x060535) is known color: Midnight Express. HEX triplet: 06, 05 and 35. RGB value is (6,5,53). Sum of RGB (Red+Green+Blue) = 6+5+53=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 53 (21.09% from 255 or 82.81% from 64); Max value from RGB is 53 - color contains mainly: blue. Hex color #060535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060535 is #F9FACA. Grayscale: #0A0A0A. Windows color (decimal): -16382667 or 3474694. OLE color: 3474694.

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

Color convert

RGB 6 5 53 -
CMYK 0.89 0.91 0 0.79
HSL 241.25º 0.83% 0.11% -
HSV(B) 241.25º 0.91% 0.21% -
XYZ 0.77 0.4 3.41 -
YUV 10.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 6 5 53 0.89 0.91 0 0.79 241.25 0.83 0.11
Hex 6 5 35 59 5B 0 4F F1 53 B
Octal 6 5 65 131 133 0 117 361 123 13
Binary 110 101 110101 1011001 1011011 0 1001111 11110001 1010011 1011

Color Harmonies of #060535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060535

Black with #060535

Text Example


Text Example

White with #060535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060535; }

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

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

background-color css

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

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

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

border-color css

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

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

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