Html Css Color HEX #056980 Blue Lagoon

📋 copy color: '#056980'

red 5 ◦ green 105 ◦ blue 128

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

Shades of Blue Lagoon #056980

Tints of Blue Lagoon #056980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

 BLUE value IS 128 (50.39% from 255) = 53.78%

R = 2.1%
G = 44.12%
B = 53.78%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#056980 (or 0x056980) is known color: Blue Lagoon. HEX triplet: 05, 69 and 80. RGB value is (5,105,128). Sum of RGB (Red+Green+Blue) = 5+105+128=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #056980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056980 is #FA967F. Grayscale: #4D4D4D. Windows color (decimal): -16422528 or 8415493. OLE color: 8415493.

HSL color Cylindrical-coordinate representation of color #056980: hue angle of 191.22º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056980 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 105 128 -
CMYK 0.96 0.18 0 0.50
HSL 191.22º 0.92% 0.26% -
HSV(B) 191.22º 0.96% 0.5% -
XYZ 9.01 11.69 22.2 -
YUV 77.72 156.37 76.13 -
System Red Green Blue C M Y K H S L
Decimal 5 105 128 0.96 0.18 0 0.50 191.22 0.92 0.26
Hex 5 69 80 60 12 0 32 BF 5C 1A
Octal 5 151 200 140 22 0 62 277 134 32
Binary 101 1101001 10000000 1100000 10010 0 110010 10111111 1011100 11010

Color Harmonies of #056980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056980

Black with #056980

Text Example


Text Example

White with #056980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056980; }

 p { color: rgb(5,105,128); }

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

background-color css

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

 a { background-color: rgb(5,105,128); }

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

border-color css

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

 span { border-color: rgb(5,105,128); }

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