Html Css Color HEX #050992 Dark Blue

📋 copy color: '#050992'

red 5 ◦ green 9 ◦ blue 146

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

Shades of Dark Blue #050992

Tints of Dark Blue #050992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 3.13%
G = 5.63%
B = 91.25%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#050992 (or 0x050992) is known color: Dark Blue. HEX triplet: 05, 09 and 92. RGB value is (5,9,146). Sum of RGB (Red+Green+Blue) = 5+9+146=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 146 (57.42% from 255 or 91.25% from 160); Max value from RGB is 146 - color contains mainly: blue. Hex color #050992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050992 is #FAF66D. Grayscale: #161616. Windows color (decimal): -16447086 or 9570565. OLE color: 9570565.

HSL color Cylindrical-coordinate representation of color #050992: hue angle of 238.3º 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 #050992 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 9 146 -
CMYK 0.97 0.94 0 0.43
HSL 238.3º 0.93% 0.3% -
HSV(B) 238.3º 0.97% 0.57% -
XYZ 5.35 2.3 27.36 -
YUV 23.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 5 9 146 0.97 0.94 0 0.43 238.3 0.93 0.3
Hex 5 9 92 61 5E 0 2B EE 5D 1E
Octal 5 11 222 141 136 0 53 356 135 36
Binary 101 1001 10010010 1100001 1011110 0 101011 11101110 1011101 11110

Color Harmonies of #050992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050992

Black with #050992

Text Example


Text Example

White with #050992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050992; }

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

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

background-color css

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

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

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

border-color css

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

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

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