Html Css Color HEX #051186 Dark Blue

📋 copy color: '#051186'

red 5 ◦ green 17 ◦ blue 134

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

Shades of Dark Blue #051186

Tints of Dark Blue #051186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 85.9%

R = 3.21%
G = 10.9%
B = 85.9%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051186 (or 0x051186) is known color: Dark Blue. HEX triplet: 05, 11 and 86. RGB value is (5,17,134). Sum of RGB (Red+Green+Blue) = 5+17+134=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 134 (52.73% from 255 or 85.90% from 156); Max value from RGB is 134 - color contains mainly: blue. Hex color #051186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051186 is #FAEE79. Grayscale: #1A1A1A. Windows color (decimal): -16445050 or 8786181. OLE color: 8786181.

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

Color convert

RGB 5 17 134 -
CMYK 0.96 0.87 0 0.47
HSL 234.42º 0.93% 0.27% -
HSV(B) 234.42º 0.96% 0.53% -
XYZ 4.57 2.15 22.73 -
YUV 26.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 5 17 134 0.96 0.87 0 0.47 234.42 0.93 0.27
Hex 5 11 86 60 57 0 2F EA 5D 1B
Octal 5 21 206 140 127 0 57 352 135 33
Binary 101 10001 10000110 1100000 1010111 0 101111 11101010 1011101 11011

Color Harmonies of #051186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051186

Black with #051186

Text Example


Text Example

White with #051186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051186; }

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

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

background-color css

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

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

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

border-color css

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

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

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