Html Css Color HEX #050753 Midnight Blue

📋 copy color: '#050753'

red 5 ◦ green 7 ◦ blue 83

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

Shades of Midnight Blue #050753

Tints of Midnight Blue #050753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.37%

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

R = 5.26%
G = 7.37%
B = 87.37%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#050753 (or 0x050753) is known color: Midnight Blue. HEX triplet: 05, 07 and 53. RGB value is (5,7,83). Sum of RGB (Red+Green+Blue) = 5+7+83=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 83 (32.81% from 255 or 87.37% from 95); Max value from RGB is 83 - color contains mainly: blue. Hex color #050753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050753 is #FAF8AC. Grayscale: #0E0E0E. Windows color (decimal): -16447661 or 5441285. OLE color: 5441285.

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

Color convert

RGB 5 7 83 -
CMYK 0.94 0.92 0 0.67
HSL 238.46º 0.89% 0.17% -
HSV(B) 238.46º 0.94% 0.33% -
XYZ 1.7 0.81 8.25 -
YUV 15.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 5 7 83 0.94 0.92 0 0.67 238.46 0.89 0.17
Hex 5 7 53 5E 5C 0 43 EE 59 11
Octal 5 7 123 136 134 0 103 356 131 21
Binary 101 111 1010011 1011110 1011100 0 1000011 11101110 1011001 10001

Color Harmonies of #050753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050753

Black with #050753

Text Example


Text Example

White with #050753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050753; }

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

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

background-color css

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

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

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

border-color css

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

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

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