Html Css Color HEX #010448 Midnight Express

📋 copy color: '#010448'

red 1 ◦ green 4 ◦ blue 72

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

Shades of Midnight Express #010448

Tints of Midnight Express #010448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 93.51%

R = 1.3%
G = 5.19%
B = 93.51%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010448 (or 0x010448) is known color: Midnight Express. HEX triplet: 01, 04 and 48. RGB value is (1,4,72). Sum of RGB (Red+Green+Blue) = 1+4+72=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 72 (28.52% from 255 or 93.51% from 77); Max value from RGB is 72 - color contains mainly: blue. Hex color #010448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010448 is #FEFBB7. Grayscale: #0A0A0A. Windows color (decimal): -16710584 or 4719617. OLE color: 4719617.

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

Color convert

RGB 1 4 72 -
CMYK 0.99 0.94 0 0.72
HSL 237.46º 0.97% 0.14% -
HSV(B) 237.46º 0.99% 0.28% -
XYZ 1.23 0.56 6.17 -
YUV 10.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 1 4 72 0.99 0.94 0 0.72 237.46 0.97 0.14
Hex 1 4 48 63 5E 0 48 ED 61 E
Octal 1 4 110 143 136 0 110 355 141 16
Binary 1 100 1001000 1100011 1011110 0 1001000 11101101 1100001 1110

Color Harmonies of #010448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010448

Black with #010448

Text Example


Text Example

White with #010448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010448; }

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

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

background-color css

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

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

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

border-color css

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

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

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