Html Css Color HEX #011345 Midnight Express

📋 copy color: '#011345'

red 1 ◦ green 19 ◦ blue 69

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

Shades of Midnight Express #011345

Tints of Midnight Express #011345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 1.12%
G = 21.35%
B = 77.53%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011345 (or 0x011345) is known color: Midnight Express. HEX triplet: 01, 13 and 45. RGB value is (1,19,69). Sum of RGB (Red+Green+Blue) = 1+19+69=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 69 (27.34% from 255 or 77.53% from 89); Max value from RGB is 69 - color contains mainly: blue. Hex color #011345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011345 is #FEECBA. Grayscale: #131313. Windows color (decimal): -16706747 or 4526849. OLE color: 4526849.

HSL color Cylindrical-coordinate representation of color #011345: hue angle of 224.12º 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 #011345 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 19 69 -
CMYK 0.99 0.72 0 0.73
HSL 224.12º 0.97% 0.14% -
HSV(B) 224.12º 0.99% 0.27% -
XYZ 1.32 0.9 5.73 -
YUV 19.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 1 19 69 0.99 0.72 0 0.73 224.12 0.97 0.14
Hex 1 13 45 63 48 0 49 E0 61 E
Octal 1 23 105 143 110 0 111 340 141 16
Binary 1 10011 1000101 1100011 1001000 0 1001001 11100000 1100001 1110

Color Harmonies of #011345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011345

Black with #011345

Text Example


Text Example

White with #011345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011345; }

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

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

background-color css

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

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

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

border-color css

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

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

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