Html Css Color HEX #001540 Midnight Express

📋 copy color: '#001540'

red 0 ◦ green 21 ◦ blue 64

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

Shades of Midnight Express #001540

Tints of Midnight Express #001540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.71%

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

R = 0%
G = 24.71%
B = 75.29%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001540 (or 0x001540) is known color: Midnight Express. HEX triplet: 00, 15 and 40. RGB value is (0,21,64). Sum of RGB (Red+Green+Blue) = 0+21+64=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #001540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001540 is #FFEABF. Grayscale: #131313. Windows color (decimal): -16771776 or 4199680. OLE color: 4199680.

HSL color Cylindrical-coordinate representation of color #001540: hue angle of 220.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 #001540 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 21 64 -
CMYK 1 0.67 0 0.75
HSL 220.31º 1% 0.13% -
HSV(B) 220.31º 1% 0.25% -
XYZ 1.19 0.91 4.96 -
YUV 19.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 0 21 64 1 0.67 0 0.75 220.31 1 0.13
Hex 0 15 40 64 43 0 4B DC 64 D
Octal 0 25 100 144 103 0 113 334 144 15
Binary 0 10101 1000000 1100100 1000011 0 1001011 11011100 1100100 1101

Color Harmonies of #001540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001540

Black with #001540

Text Example


Text Example

White with #001540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001540; }

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

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

background-color css

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

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

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

border-color css

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

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

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