Html Css Color HEX #011245 Midnight Express

📋 copy color: '#011245'

red 1 ◦ green 18 ◦ blue 69

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

Shades of Midnight Express #011245

Tints of Midnight Express #011245

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

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

 BLUE value IS 69 (27.34% from 255) = 78.41%

R = 1.14%
G = 20.45%
B = 78.41%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011245 (or 0x011245) is known color: Midnight Express. HEX triplet: 01, 12 and 45. RGB value is (1,18,69). Sum of RGB (Red+Green+Blue) = 1+18+69=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 69 (27.34% from 255 or 78.41% from 88); Max value from RGB is 69 - color contains mainly: blue. Hex color #011245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011245 is #FEEDBA. Grayscale: #121212. Windows color (decimal): -16707003 or 4526593. OLE color: 4526593.

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

Color convert

RGB 1 18 69 -
CMYK 0.99 0.74 0 0.73
HSL 225º 0.97% 0.14% -
HSV(B) 225º 0.99% 0.27% -
XYZ 1.3 0.87 5.73 -
YUV 18.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 1 18 69 0.99 0.74 0 0.73 225 0.97 0.14
Hex 1 12 45 63 4A 0 49 E1 61 E
Octal 1 22 105 143 112 0 111 341 141 16
Binary 1 10010 1000101 1100011 1001010 0 1001001 11100001 1100001 1110

Color Harmonies of #011245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011245

Black with #011245

Text Example


Text Example

White with #011245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011245; }

 p { color: rgb(1,18,69); }

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

background-color css

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

 a { background-color: rgb(1,18,69); }

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

border-color css

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

 span { border-color: rgb(1,18,69); }

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