Html Css Color HEX #050752 Midnight Blue

📋 copy color: '#050752'

red 5 ◦ green 7 ◦ blue 82

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

Shades of Midnight Blue #050752

Tints of Midnight Blue #050752

RGB

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

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

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

R = 5.32%
G = 7.45%
B = 87.23%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#050752 (or 0x050752) is known color: Midnight Blue. HEX triplet: 05, 07 and 52. RGB value is (5,7,82). Sum of RGB (Red+Green+Blue) = 5+7+82=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 82 (32.42% from 255 or 87.23% from 94); Max value from RGB is 82 - color contains mainly: blue. Hex color #050752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050752 is #FAF8AD. Grayscale: #0E0E0E. Windows color (decimal): -16447662 or 5375749. OLE color: 5375749.

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

Color convert

RGB 5 7 82 -
CMYK 0.94 0.91 0 0.68
HSL 238.44º 0.89% 0.17% -
HSV(B) 238.44º 0.94% 0.32% -
XYZ 1.66 0.79 8.05 -
YUV 14.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 5 7 82 0.94 0.91 0 0.68 238.44 0.89 0.17
Hex 5 7 52 5E 5B 0 44 EE 59 11
Octal 5 7 122 136 133 0 104 356 131 21
Binary 101 111 1010010 1011110 1011011 0 1000100 11101110 1011001 10001

Color Harmonies of #050752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050752

Black with #050752

Text Example


Text Example

White with #050752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050752; }

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

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

background-color css

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

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

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

border-color css

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

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

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