#050B88

Color #050B88 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #050B88

Tints of Dark Blue #050B88

Color information

#050B88 (or 0x050B88) is unknown color: approx Dark Blue. HEX triplet: 05, 0B and 88. RGB value is (5,11,136). Sum of RGB (Red+Green+Blue) = 5+11+136=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 136 (53.52% from 255 or 89.47% from 152); Max value from RGB is 136 - color contains mainly: blue. Hex color #050B88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050B88 is #FAF477. Grayscale: #161616. Windows color (decimal): -16446584 or 8915717. OLE color: 8915717.

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

Color convert

RGB511136-
CMYK0.960.9200.47
HSL237.25º92.91%27.65%-
HSV(B)237.25º96.32%53.33%-
XYZ4.632.0523.44-
YUV23.46191.51114.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 136 (53.52% from 255) = 89.47%
R=3.29%
G=7.24%
B=89.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5111360.960.9200.47237.2592.9127.65
Hex5B88605C02Fed5d1c
Octal51321014013405735513534
Binary10110111000100011000001011100010111111101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050B88;
 }
 .AnyTagClassName
 {
   color: #050B88;
 }
</style>
background-color css

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

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

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

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

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

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