Html Css Color HEX #050792 Dark Blue

📋 copy color: '#050792'

red 5 ◦ green 7 ◦ blue 146

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

Shades of Dark Blue #050792

Tints of Dark Blue #050792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 92.41%

R = 3.16%
G = 4.43%
B = 92.41%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#050792 (or 0x050792) is known color: Dark Blue. HEX triplet: 05, 07 and 92. RGB value is (5,7,146). Sum of RGB (Red+Green+Blue) = 5+7+146=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #050792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050792 is #FAF86D. Grayscale: #151515. Windows color (decimal): -16447598 or 9570053. OLE color: 9570053.

HSL color Cylindrical-coordinate representation of color #050792: hue angle of 239.15º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050792 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 7 146 -
CMYK 0.97 0.95 0 0.43
HSL 239.15º 0.93% 0.3% -
HSV(B) 239.15º 0.97% 0.57% -
XYZ 5.33 2.26 27.35 -
YUV 22.25 197.84 115.7 -
System Red Green Blue C M Y K H S L
Decimal 5 7 146 0.97 0.95 0 0.43 239.15 0.93 0.3
Hex 5 7 92 61 5F 0 2B EF 5D 1E
Octal 5 7 222 141 137 0 53 357 135 36
Binary 101 111 10010010 1100001 1011111 0 101011 11101111 1011101 11110

Color Harmonies of #050792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050792

Black with #050792

Text Example


Text Example

White with #050792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050792; }

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

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

background-color css

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

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

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

border-color css

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

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

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