Html Css Color HEX #050292 Dark Blue

📋 copy color: '#050292'

red 5 ◦ green 2 ◦ blue 146

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

Shades of Dark Blue #050292

Tints of Dark Blue #050292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 3.27%
G = 1.31%
B = 95.42%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#050292 (or 0x050292) is known color: Dark Blue. HEX triplet: 05, 02 and 92. RGB value is (5,2,146). Sum of RGB (Red+Green+Blue) = 5+2+146=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 146 (57.42% from 255 or 95.42% from 153); Max value from RGB is 146 - color contains mainly: blue. Hex color #050292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050292 is #FAFD6D. Grayscale: #121212. Windows color (decimal): -16448878 or 9568773. OLE color: 9568773.

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

Color convert

RGB 5 2 146 -
CMYK 0.97 0.99 0 0.43
HSL 241.25º 0.97% 0.29% -
HSV(B) 241.25º 0.99% 0.57% -
XYZ 5.27 2.15 27.33 -
YUV 19.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 5 2 146 0.97 0.99 0 0.43 241.25 0.97 0.29
Hex 5 2 92 61 63 0 2B F1 61 1D
Octal 5 2 222 141 143 0 53 361 141 35
Binary 101 10 10010010 1100001 1100011 0 101011 11110001 1100001 11101

Color Harmonies of #050292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050292

Black with #050292

Text Example


Text Example

White with #050292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050292; }

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

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

background-color css

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

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

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

border-color css

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

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

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