Html Css Color HEX #001940 Midnight Express

📋 copy color: '#001940'

red 0 ◦ green 25 ◦ blue 64

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

Shades of Midnight Express #001940

Tints of Midnight Express #001940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.09%

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

R = 0%
G = 28.09%
B = 71.91%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001940 (or 0x001940) is known color: Midnight Express. HEX triplet: 00, 19 and 40. RGB value is (0,25,64). Sum of RGB (Red+Green+Blue) = 0+25+64=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #001940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001940 is #FFE6BF. Grayscale: #151515. Windows color (decimal): -16770752 or 4200704. OLE color: 4200704.

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

Color convert

RGB 0 25 64 -
CMYK 1 0.61 0 0.75
HSL 216.56º 1% 0.13% -
HSV(B) 216.56º 1% 0.25% -
XYZ 1.27 1.07 4.99 -
YUV 21.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 0 25 64 1 0.61 0 0.75 216.56 1 0.13
Hex 0 19 40 64 3D 0 4B D9 64 D
Octal 0 31 100 144 75 0 113 331 144 15
Binary 0 11001 1000000 1100100 111101 0 1001011 11011001 1100100 1101

Color Harmonies of #001940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001940

Black with #001940

Text Example


Text Example

White with #001940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001940; }

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

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

background-color css

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

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

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

border-color css

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

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

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