Html Css Color HEX #056079 Blue Lagoon

📋 copy color: '#056079'

red 5 ◦ green 96 ◦ blue 121

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

Shades of Blue Lagoon #056079

Tints of Blue Lagoon #056079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 2.25%
G = 43.24%
B = 54.5%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056079 (or 0x056079) is known color: Blue Lagoon. HEX triplet: 05, 60 and 79. RGB value is (5,96,121). Sum of RGB (Red+Green+Blue) = 5+96+121=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #056079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056079 is #FA9F86. Grayscale: #474747. Windows color (decimal): -16424839 or 7954437. OLE color: 7954437.

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

Color convert

RGB 5 96 121 -
CMYK 0.96 0.21 0 0.53
HSL 192.93º 0.92% 0.25% -
HSV(B) 192.93º 0.96% 0.47% -
XYZ 7.7 9.78 19.57 -
YUV 71.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 5 96 121 0.96 0.21 0 0.53 192.93 0.92 0.25
Hex 5 60 79 60 15 0 35 C1 5C 19
Octal 5 140 171 140 25 0 65 301 134 31
Binary 101 1100000 1111001 1100000 10101 0 110101 11000001 1011100 11001

Color Harmonies of #056079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056079

Black with #056079

Text Example


Text Example

White with #056079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056079; }

 p { color: rgb(5,96,121); }

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

background-color css

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

 a { background-color: rgb(5,96,121); }

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

border-color css

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

 span { border-color: rgb(5,96,121); }

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