Html Css Color HEX #010445 Midnight Express

📋 copy color: '#010445'

red 1 ◦ green 4 ◦ blue 69

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

Shades of Midnight Express #010445

Tints of Midnight Express #010445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.41%

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

R = 1.35%
G = 5.41%
B = 93.24%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010445 (or 0x010445) is known color: Midnight Express. HEX triplet: 01, 04 and 45. RGB value is (1,4,69). Sum of RGB (Red+Green+Blue) = 1+4+69=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 69 (27.34% from 255 or 93.24% from 74); Max value from RGB is 69 - color contains mainly: blue. Hex color #010445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010445 is #FEFBBA. Grayscale: #0A0A0A. Windows color (decimal): -16710587 or 4523009. OLE color: 4523009.

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

Color convert

RGB 1 4 69 -
CMYK 0.99 0.94 0 0.73
HSL 237.35º 0.97% 0.14% -
HSV(B) 237.35º 0.99% 0.27% -
XYZ 1.13 0.52 5.67 -
YUV 10.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 1 4 69 0.99 0.94 0 0.73 237.35 0.97 0.14
Hex 1 4 45 63 5E 0 49 ED 61 E
Octal 1 4 105 143 136 0 111 355 141 16
Binary 1 100 1000101 1100011 1011110 0 1001001 11101101 1100001 1110

Color Harmonies of #010445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010445

Black with #010445

Text Example


Text Example

White with #010445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010445; }

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

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

background-color css

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

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

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

border-color css

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

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

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