Html Css Color HEX #050988 Dark Blue

📋 copy color: '#050988'

red 5 ◦ green 9 ◦ blue 136

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

Shades of Dark Blue #050988

Tints of Dark Blue #050988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 90.67%

R = 3.33%
G = 6%
B = 90.67%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#050988 (or 0x050988) is known color: Dark Blue. HEX triplet: 05, 09 and 88. RGB value is (5,9,136). Sum of RGB (Red+Green+Blue) = 5+9+136=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 136 (53.52% from 255 or 90.67% from 150); Max value from RGB is 136 - color contains mainly: blue. Hex color #050988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050988 is #FAF677. Grayscale: #151515. Windows color (decimal): -16447096 or 8915205. OLE color: 8915205.

HSL color Cylindrical-coordinate representation of color #050988: hue angle of 238.17º 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 #050988 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 9 136 -
CMYK 0.96 0.93 0 0.47
HSL 238.17º 0.93% 0.28% -
HSV(B) 238.17º 0.96% 0.53% -
XYZ 4.6 2.01 23.44 -
YUV 22.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 5 9 136 0.96 0.93 0 0.47 238.17 0.93 0.28
Hex 5 9 88 60 5D 0 2F EE 5D 1C
Octal 5 11 210 140 135 0 57 356 135 34
Binary 101 1001 10001000 1100000 1011101 0 101111 11101110 1011101 11100

Color Harmonies of #050988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050988

Black with #050988

Text Example


Text Example

White with #050988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050988; }

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

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

background-color css

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

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

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

border-color css

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

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

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