Html Css Color HEX #050153 Midnight Blue

📋 copy color: '#050153'

red 5 ◦ green 1 ◦ blue 83

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

Shades of Midnight Blue #050153

Tints of Midnight Blue #050153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 93.26%

R = 5.62%
G = 1.12%
B = 93.26%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#050153 (or 0x050153) is known color: Midnight Blue. HEX triplet: 05, 01 and 53. RGB value is (5,1,83). Sum of RGB (Red+Green+Blue) = 5+1+83=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 83 (32.81% from 255 or 93.26% from 89); Max value from RGB is 83 - color contains mainly: blue. Hex color #050153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050153 is #FAFEAC. Grayscale: #0B0B0B. Windows color (decimal): -16449197 or 5439749. OLE color: 5439749.

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

Color convert

RGB 5 1 83 -
CMYK 0.94 0.99 0 0.67
HSL 242.93º 0.98% 0.16% -
HSV(B) 242.93º 0.99% 0.33% -
XYZ 1.63 0.68 8.23 -
YUV 11.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 5 1 83 0.94 0.99 0 0.67 242.93 0.98 0.16
Hex 5 1 53 5E 63 0 43 F3 62 10
Octal 5 1 123 136 143 0 103 363 142 20
Binary 101 1 1010011 1011110 1100011 0 1000011 11110011 1100010 10000

Color Harmonies of #050153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050153

Black with #050153

Text Example


Text Example

White with #050153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050153; }

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

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

background-color css

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

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

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

border-color css

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

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

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