Html Css Color HEX #000540 Midnight Express

📋 copy color: '#000540'

red 0 ◦ green 5 ◦ blue 64

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

Shades of Midnight Express #000540

Tints of Midnight Express #000540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 92.75%

R = 0%
G = 7.25%
B = 92.75%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000540 (or 0x000540) is known color: Midnight Express. HEX triplet: 00, 05 and 40. RGB value is (0,5,64). Sum of RGB (Red+Green+Blue) = 0+5+64=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 64 (25.39% from 255 or 92.75% from 69); Max value from RGB is 64 - color contains mainly: blue. Hex color #000540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000540 is #FFFABF. Grayscale: #090909. Windows color (decimal): -16775872 or 4195584. OLE color: 4195584.

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

Color convert

RGB 0 5 64 -
CMYK 1 0.92 0 0.75
HSL 235.31º 1% 0.13% -
HSV(B) 235.31º 1% 0.25% -
XYZ 0.98 0.48 4.89 -
YUV 10.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 0 5 64 1 0.92 0 0.75 235.31 1 0.13
Hex 0 5 40 64 5C 0 4B EB 64 D
Octal 0 5 100 144 134 0 113 353 144 15
Binary 0 101 1000000 1100100 1011100 0 1001011 11101011 1100100 1101

Color Harmonies of #000540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000540

Black with #000540

Text Example


Text Example

White with #000540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000540; }

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

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

background-color css

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

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

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

border-color css

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

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

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