Html Css Color HEX #001244 Midnight Express

📋 copy color: '#001244'

red 0 ◦ green 18 ◦ blue 68

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

Shades of Midnight Express #001244

Tints of Midnight Express #001244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 79.07%

R = 0%
G = 20.93%
B = 79.07%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001244 (or 0x001244) is known color: Midnight Express. HEX triplet: 00, 12 and 44. RGB value is (0,18,68). Sum of RGB (Red+Green+Blue) = 0+18+68=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 68 (26.95% from 255 or 79.07% from 86); Max value from RGB is 68 - color contains mainly: blue. Hex color #001244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001244 is #FFEDBB. Grayscale: #121212. Windows color (decimal): -16772540 or 4461056. OLE color: 4461056.

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

Color convert

RGB 0 18 68 -
CMYK 1 0.74 0 0.73
HSL 224.12º 1% 0.13% -
HSV(B) 224.12º 1% 0.27% -
XYZ 1.26 0.85 5.57 -
YUV 18.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 0 18 68 1 0.74 0 0.73 224.12 1 0.13
Hex 0 12 44 64 4A 0 49 E0 64 D
Octal 0 22 104 144 112 0 111 340 144 15
Binary 0 10010 1000100 1100100 1001010 0 1001001 11100000 1100100 1101

Color Harmonies of #001244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001244

Black with #001244

Text Example


Text Example

White with #001244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001244; }

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

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

background-color css

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

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

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

border-color css

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

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

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