Html Css Color HEX #000542 Midnight Express

📋 copy color: '#000542'

red 0 ◦ green 5 ◦ blue 66

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

Shades of Midnight Express #000542

Tints of Midnight Express #000542

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 66 (26.17% from 255) = 92.96%

R = 0%
G = 7.04%
B = 92.96%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#000542 (or 0x000542) is known color: Midnight Express. HEX triplet: 00, 05 and 42. RGB value is (0,5,66). Sum of RGB (Red+Green+Blue) = 0+5+66=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 66 (26.17% from 255 or 92.96% from 71); Max value from RGB is 66 - color contains mainly: blue. Hex color #000542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000542 is #FFFABD. Grayscale: #0A0A0A. Windows color (decimal): -16775870 or 4326656. OLE color: 4326656.

HSL color Cylindrical-coordinate representation of color #000542: hue angle of 235.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000542 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 5 66 -
CMYK 1 0.92 0 0.74
HSL 235.45º 1% 0.13% -
HSV(B) 235.45º 1% 0.26% -
XYZ 1.04 0.5 5.2 -
YUV 10.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 0 5 66 1 0.92 0 0.74 235.45 1 0.13
Hex 0 5 42 64 5C 0 4A EB 64 D
Octal 0 5 102 144 134 0 112 353 144 15
Binary 0 101 1000010 1100100 1011100 0 1001010 11101011 1100100 1101

Color Harmonies of #000542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000542

Black with #000542

Text Example


Text Example

White with #000542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000542; }

 p { color: rgb(0,5,66); }

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

background-color css

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

 a { background-color: rgb(0,5,66); }

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

border-color css

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

 span { border-color: rgb(0,5,66); }

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