Html Css Color HEX #051088 Dark Blue

📋 copy color: '#051088'

red 5 ◦ green 16 ◦ blue 136

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

Shades of Dark Blue #051088

Tints of Dark Blue #051088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 3.18%
G = 10.19%
B = 86.62%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051088 (or 0x051088) is known color: Dark Blue. HEX triplet: 05, 10 and 88. RGB value is (5,16,136). Sum of RGB (Red+Green+Blue) = 5+16+136=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #051088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051088 is #FAEF77. Grayscale: #191919. Windows color (decimal): -16445304 or 8916997. OLE color: 8916997.

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

Color convert

RGB 5 16 136 -
CMYK 0.96 0.88 0 0.47
HSL 234.96º 0.93% 0.28% -
HSV(B) 234.96º 0.96% 0.53% -
XYZ 4.69 2.18 23.47 -
YUV 26.39 189.86 112.74 -
System Red Green Blue C M Y K H S L
Decimal 5 16 136 0.96 0.88 0 0.47 234.96 0.93 0.28
Hex 5 10 88 60 58 0 2F EB 5D 1C
Octal 5 20 210 140 130 0 57 353 135 34
Binary 101 10000 10001000 1100000 1011000 0 101111 11101011 1011101 11100

Color Harmonies of #051088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051088

Black with #051088

Text Example


Text Example

White with #051088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051088; }

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

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

background-color css

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

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

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

border-color css

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

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

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