Html Css Color HEX #060536 Midnight Express

📋 copy color: '#060536'

red 6 ◦ green 5 ◦ blue 54

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

Shades of Midnight Express #060536

Tints of Midnight Express #060536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 83.08%

R = 9.23%
G = 7.69%
B = 83.08%

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

#060536 (or 0x060536) is known color: Midnight Express. HEX triplet: 06, 05 and 36. RGB value is (6,5,54). Sum of RGB (Red+Green+Blue) = 6+5+54=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 54 (21.48% from 255 or 83.08% from 65); Max value from RGB is 54 - color contains mainly: blue. Hex color #060536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060536 is #F9FAC9. Grayscale: #0A0A0A. Windows color (decimal): -16382666 or 3540230. OLE color: 3540230.

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

Color convert

RGB 6 5 54 -
CMYK 0.89 0.91 0 0.79
HSL 241.22º 0.83% 0.12% -
HSV(B) 241.22º 0.91% 0.21% -
XYZ 0.8 0.41 3.53 -
YUV 10.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 6 5 54 0.89 0.91 0 0.79 241.22 0.83 0.12
Hex 6 5 36 59 5B 0 4F F1 53 C
Octal 6 5 66 131 133 0 117 361 123 14
Binary 110 101 110110 1011001 1011011 0 1001111 11110001 1010011 1100

Color Harmonies of #060536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060536

Black with #060536

Text Example


Text Example

White with #060536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060536; }

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

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

background-color css

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

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

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

border-color css

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

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

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