Html Css Color HEX #050B89 Dark Blue

📋 copy color: '#050B89'

red 5 ◦ green 11 ◦ blue 137

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

Shades of Dark Blue #050B89

Tints of Dark Blue #050B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.19%

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

R = 3.27%
G = 7.19%
B = 89.54%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#050B89 (or 0x050B89) is known color: Dark Blue. HEX triplet: 05, 0B and 89. RGB value is (5,11,137). Sum of RGB (Red+Green+Blue) = 5+11+137=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 137 (53.91% from 255 or 89.54% from 153); Max value from RGB is 137 - color contains mainly: blue. Hex color #050B89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050B89 is #FAF476. Grayscale: #171717. Windows color (decimal): -16446583 or 8981253. OLE color: 8981253.

HSL color Cylindrical-coordinate representation of color #050B89: hue angle of 237.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050B89 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 11 137 -
CMYK 0.96 0.92 0 0.46
HSL 237.27º 0.93% 0.28% -
HSV(B) 237.27º 0.96% 0.54% -
XYZ 4.7 2.08 23.82 -
YUV 23.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 5 11 137 0.96 0.92 0 0.46 237.27 0.93 0.28
Hex 5 B 89 60 5C 0 2E ED 5D 1C
Octal 5 13 211 140 134 0 56 355 135 34
Binary 101 1011 10001001 1100000 1011100 0 101110 11101101 1011101 11100

Color Harmonies of #050B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B89

Black with #050B89

Text Example


Text Example

White with #050B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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