Html Css Color HEX #050152 Midnight Blue

📋 copy color: '#050152'

red 5 ◦ green 1 ◦ blue 82

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

Shades of Midnight Blue #050152

Tints of Midnight Blue #050152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 93.18%

R = 5.68%
G = 1.14%
B = 93.18%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#050152 (or 0x050152) is known color: Midnight Blue. HEX triplet: 05, 01 and 52. RGB value is (5,1,82). Sum of RGB (Red+Green+Blue) = 5+1+82=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 82 (32.42% from 255 or 93.18% from 88); Max value from RGB is 82 - color contains mainly: blue. Hex color #050152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050152 is #FAFEAD. Grayscale: #0B0B0B. Windows color (decimal): -16449198 or 5374213. OLE color: 5374213.

HSL color Cylindrical-coordinate representation of color #050152: hue angle of 242.96º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050152 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 1 82 -
CMYK 0.94 0.99 0 0.68
HSL 242.96º 0.98% 0.16% -
HSV(B) 242.96º 0.99% 0.32% -
XYZ 1.6 0.66 8.03 -
YUV 11.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 5 1 82 0.94 0.99 0 0.68 242.96 0.98 0.16
Hex 5 1 52 5E 63 0 44 F3 62 10
Octal 5 1 122 136 143 0 104 363 142 20
Binary 101 1 1010010 1011110 1100011 0 1000100 11110011 1100010 10000

Color Harmonies of #050152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050152

Black with #050152

Text Example


Text Example

White with #050152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050152; }

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

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

background-color css

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

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

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

border-color css

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

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

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