Html Css Color HEX #065576 Blue Lagoon

📋 copy color: '#065576'

red 6 ◦ green 85 ◦ blue 118

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

Shades of Blue Lagoon #065576

Tints of Blue Lagoon #065576

RGB

 RED value IS 6 (2.73% from 255) = 2.87%

 GREEN value IS 85 (33.59% from 255) = 40.67%

 BLUE value IS 118 (46.48% from 255) = 56.46%

R = 2.87%
G = 40.67%
B = 56.46%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#065576 (or 0x065576) is known color: Blue Lagoon. HEX triplet: 06, 55 and 76. RGB value is (6,85,118). Sum of RGB (Red+Green+Blue) = 6+85+118=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #065576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065576 is #F9AA89. Grayscale: #404040. Windows color (decimal): -16362122 or 7755014. OLE color: 7755014.

HSL color Cylindrical-coordinate representation of color #065576: hue angle of 197.68º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065576 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 85 118 -
CMYK 0.95 0.28 0 0.54
HSL 197.68º 0.9% 0.24% -
HSV(B) 197.68º 0.95% 0.46% -
XYZ 6.59 7.84 18.31 -
YUV 65.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 6 85 118 0.95 0.28 0 0.54 197.68 0.9 0.24
Hex 6 55 76 5F 1C 0 36 C6 5A 18
Octal 6 125 166 137 34 0 66 306 132 30
Binary 110 1010101 1110110 1011111 11100 0 110110 11000110 1011010 11000

Color Harmonies of #065576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065576

Black with #065576

Text Example


Text Example

White with #065576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065576; }

 p { color: rgb(6,85,118); }

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

background-color css

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

 a { background-color: rgb(6,85,118); }

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

border-color css

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

 span { border-color: rgb(6,85,118); }

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