Html Css Color HEX #051189 Dark Blue

📋 copy color: '#051189'

red 5 ◦ green 17 ◦ blue 137

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

Shades of Dark Blue #051189

Tints of Dark Blue #051189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.69%

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

R = 3.14%
G = 10.69%
B = 86.16%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#051189 (or 0x051189) is known color: Dark Blue. HEX triplet: 05, 11 and 89. RGB value is (5,17,137). Sum of RGB (Red+Green+Blue) = 5+17+137=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 137 (53.91% from 255 or 86.16% from 159); Max value from RGB is 137 - color contains mainly: blue. Hex color #051189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051189 is #FAEE76. Grayscale: #1A1A1A. Windows color (decimal): -16445047 or 8982789. OLE color: 8982789.

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

Color convert

RGB 5 17 137 -
CMYK 0.96 0.88 0 0.46
HSL 234.55º 0.93% 0.28% -
HSV(B) 234.55º 0.96% 0.54% -
XYZ 4.78 2.24 23.85 -
YUV 27.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 5 17 137 0.96 0.88 0 0.46 234.55 0.93 0.28
Hex 5 11 89 60 58 0 2E EB 5D 1C
Octal 5 21 211 140 130 0 56 353 135 34
Binary 101 10001 10001001 1100000 1011000 0 101110 11101011 1011101 11100

Color Harmonies of #051189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051189

Black with #051189

Text Example


Text Example

White with #051189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051189; }

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

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

background-color css

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

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

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

border-color css

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

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

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