Html Css Color HEX #050148 Midnight Blue

📋 copy color: '#050148'

red 5 ◦ green 1 ◦ blue 72

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

Shades of Midnight Blue #050148

Tints of Midnight Blue #050148

RGB

 RED value IS 5 (2.34% from 255) = 6.41%

 GREEN value IS 1 (0.78% from 255) = 1.28%

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

R = 6.41%
G = 1.28%
B = 92.31%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050148 (or 0x050148) is known color: Midnight Blue. HEX triplet: 05, 01 and 48. RGB value is (5,1,72). Sum of RGB (Red+Green+Blue) = 5+1+72=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 72 (28.52% from 255 or 92.31% from 78); Max value from RGB is 72 - color contains mainly: blue. Hex color #050148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050148 is #FAFEB7. Grayscale: #0A0A0A. Windows color (decimal): -16449208 or 4718853. OLE color: 4718853.

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

Color convert

RGB 5 1 72 -
CMYK 0.93 0.99 0 0.72
HSL 243.38º 0.97% 0.14% -
HSV(B) 243.38º 0.99% 0.28% -
XYZ 1.24 0.52 6.17 -
YUV 10.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 5 1 72 0.93 0.99 0 0.72 243.38 0.97 0.14
Hex 5 1 48 5D 63 0 48 F3 61 E
Octal 5 1 110 135 143 0 110 363 141 16
Binary 101 1 1001000 1011101 1100011 0 1001000 11110011 1100001 1110

Color Harmonies of #050148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050148

Black with #050148

Text Example


Text Example

White with #050148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050148; }

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

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

background-color css

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

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

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

border-color css

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

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

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