Html Css Color HEX #060C36 Midnight Express

📋 copy color: '#060C36'

red 6 ◦ green 12 ◦ blue 54

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

Shades of Midnight Express #060C36

Tints of Midnight Express #060C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.67%

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

R = 8.33%
G = 16.67%
B = 75%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#060C36 (or 0x060C36) is known color: Midnight Express. HEX triplet: 06, 0C and 36. RGB value is (6,12,54). Sum of RGB (Red+Green+Blue) = 6+12+54=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #060C36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C36 is #F9F3C9. Grayscale: #0E0E0E. Windows color (decimal): -16380874 or 3542022. OLE color: 3542022.

HSL color Cylindrical-coordinate representation of color #060C36: hue angle of 232.5º 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 #060C36 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 12 54 -
CMYK 0.89 0.78 0 0.79
HSL 232.5º 0.8% 0.12% -
HSV(B) 232.5º 0.89% 0.21% -
XYZ 0.87 0.57 3.55 -
YUV 14.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 6 12 54 0.89 0.78 0 0.79 232.5 0.8 0.12
Hex 6 C 36 59 4E 0 4F E8 50 C
Octal 6 14 66 131 116 0 117 350 120 14
Binary 110 1100 110110 1011001 1001110 0 1001111 11101000 1010000 1100

Color Harmonies of #060C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C36

Black with #060C36

Text Example


Text Example

White with #060C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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