Html Css Color HEX #056973 Blue Lagoon

📋 copy color: '#056973'

red 5 ◦ green 105 ◦ blue 115

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

Shades of Blue Lagoon #056973

Tints of Blue Lagoon #056973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.11%

R = 2.22%
G = 46.67%
B = 51.11%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056973 (or 0x056973) is known color: Blue Lagoon. HEX triplet: 05, 69 and 73. RGB value is (5,105,115). Sum of RGB (Red+Green+Blue) = 5+105+115=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #056973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056973 is #FA968C. Grayscale: #4C4C4C. Windows color (decimal): -16422541 or 7563525. OLE color: 7563525.

HSL color Cylindrical-coordinate representation of color #056973: hue angle of 185.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056973 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 105 115 -
CMYK 0.96 0.09 0 0.55
HSL 185.45º 0.92% 0.24% -
HSV(B) 185.45º 0.96% 0.45% -
XYZ 8.21 11.37 17.98 -
YUV 76.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 5 105 115 0.96 0.09 0 0.55 185.45 0.92 0.24
Hex 5 69 73 60 9 0 37 B9 5C 18
Octal 5 151 163 140 11 0 67 271 134 30
Binary 101 1101001 1110011 1100000 1001 0 110111 10111001 1011100 11000

Color Harmonies of #056973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056973

Black with #056973

Text Example


Text Example

White with #056973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056973; }

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

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

background-color css

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

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

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

border-color css

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

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

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