Html Css Color HEX #051388 Dark Blue

📋 copy color: '#051388'

red 5 ◦ green 19 ◦ blue 136

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

Shades of Dark Blue #051388

Tints of Dark Blue #051388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

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

R = 3.13%
G = 11.88%
B = 85%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051388 (or 0x051388) is known color: Dark Blue. HEX triplet: 05, 13 and 88. RGB value is (5,19,136). Sum of RGB (Red+Green+Blue) = 5+19+136=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 136 (53.52% from 255 or 85% from 160); Max value from RGB is 136 - color contains mainly: blue. Hex color #051388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051388 is #FAEC77. Grayscale: #1B1B1B. Windows color (decimal): -16444536 or 8917765. OLE color: 8917765.

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

Color convert

RGB 5 19 136 -
CMYK 0.96 0.86 0 0.47
HSL 233.59º 0.93% 0.28% -
HSV(B) 233.59º 0.96% 0.53% -
XYZ 4.74 2.28 23.48 -
YUV 28.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 5 19 136 0.96 0.86 0 0.47 233.59 0.93 0.28
Hex 5 13 88 60 56 0 2F EA 5D 1C
Octal 5 23 210 140 126 0 57 352 135 34
Binary 101 10011 10001000 1100000 1010110 0 101111 11101010 1011101 11100

Color Harmonies of #051388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051388

Black with #051388

Text Example


Text Example

White with #051388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051388; }

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

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

background-color css

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

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

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

border-color css

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

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

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