Html Css Color HEX #001237 Midnight Express

📋 copy color: '#001237'

red 0 ◦ green 18 ◦ blue 55

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

Shades of Midnight Express #001237

Tints of Midnight Express #001237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.66%

 BLUE value IS 55 (21.88% from 255) = 75.34%

R = 0%
G = 24.66%
B = 75.34%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001237 (or 0x001237) is known color: Midnight Express. HEX triplet: 00, 12 and 37. RGB value is (0,18,55). Sum of RGB (Red+Green+Blue) = 0+18+55=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 55 (21.88% from 255 or 75.34% from 73); Max value from RGB is 55 - color contains mainly: blue. Hex color #001237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001237 is #FFEDC8. Grayscale: #101010. Windows color (decimal): -16772553 or 3609088. OLE color: 3609088.

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

Color convert

RGB 0 18 55 -
CMYK 1 0.67 0 0.78
HSL 220.36º 1% 0.11% -
HSV(B) 220.36º 1% 0.22% -
XYZ 0.91 0.71 3.7 -
YUV 16.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 0 18 55 1 0.67 0 0.78 220.36 1 0.11
Hex 0 12 37 64 43 0 4E DC 64 B
Octal 0 22 67 144 103 0 116 334 144 13
Binary 0 10010 110111 1100100 1000011 0 1001110 11011100 1100100 1011

Color Harmonies of #001237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001237

Black with #001237

Text Example


Text Example

White with #001237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001237; }

 p { color: rgb(0,18,55); }

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

background-color css

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

 a { background-color: rgb(0,18,55); }

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

border-color css

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

 span { border-color: rgb(0,18,55); }

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