Html Css Color HEX #050289 Dark Blue

📋 copy color: '#050289'

red 5 ◦ green 2 ◦ blue 137

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

Shades of Dark Blue #050289

Tints of Dark Blue #050289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 95.14%

R = 3.47%
G = 1.39%
B = 95.14%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#050289 (or 0x050289) is known color: Dark Blue. HEX triplet: 05, 02 and 89. RGB value is (5,2,137). Sum of RGB (Red+Green+Blue) = 5+2+137=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 137 (53.91% from 255 or 95.14% from 144); Max value from RGB is 137 - color contains mainly: blue. Hex color #050289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050289 is #FAFD76. Grayscale: #111111. Windows color (decimal): -16448887 or 8978949. OLE color: 8978949.

HSL color Cylindrical-coordinate representation of color #050289: hue angle of 241.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050289 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 2 137 -
CMYK 0.96 0.99 0 0.46
HSL 241.33º 0.97% 0.27% -
HSV(B) 241.33º 0.99% 0.54% -
XYZ 4.6 1.88 23.79 -
YUV 18.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 5 2 137 0.96 0.99 0 0.46 241.33 0.97 0.27
Hex 5 2 89 60 63 0 2E F1 61 1B
Octal 5 2 211 140 143 0 56 361 141 33
Binary 101 10 10001001 1100000 1100011 0 101110 11110001 1100001 11011

Color Harmonies of #050289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050289

Black with #050289

Text Example


Text Example

White with #050289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050289; }

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

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

background-color css

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

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

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

border-color css

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

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

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