Html Css Color HEX #001538 Midnight Express

📋 copy color: '#001538'

red 0 ◦ green 21 ◦ blue 56

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

Shades of Midnight Express #001538

Tints of Midnight Express #001538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 72.73%

R = 0%
G = 27.27%
B = 72.73%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001538 (or 0x001538) is known color: Midnight Express. HEX triplet: 00, 15 and 38. RGB value is (0,21,56). Sum of RGB (Red+Green+Blue) = 0+21+56=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #001538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001538 is #FFEAC7. Grayscale: #121212. Windows color (decimal): -16771784 or 3675392. OLE color: 3675392.

HSL color Cylindrical-coordinate representation of color #001538: hue angle of 217.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001538 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 21 56 -
CMYK 1 0.63 0 0.78
HSL 217.5º 1% 0.11% -
HSV(B) 217.5º 1% 0.22% -
XYZ 0.98 0.82 3.85 -
YUV 18.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 0 21 56 1 0.63 0 0.78 217.5 1 0.11
Hex 0 15 38 64 3F 0 4E DA 64 B
Octal 0 25 70 144 77 0 116 332 144 13
Binary 0 10101 111000 1100100 111111 0 1001110 11011010 1100100 1011

Color Harmonies of #001538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001538

Black with #001538

Text Example


Text Example

White with #001538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001538; }

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

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

background-color css

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

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

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

border-color css

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

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

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