Html Css Color HEX #065771 Blue Lagoon

📋 copy color: '#065771'

red 6 ◦ green 87 ◦ blue 113

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

Shades of Blue Lagoon #065771

Tints of Blue Lagoon #065771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.23%

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 2.91%
G = 42.23%
B = 54.85%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065771 (or 0x065771) is known color: Blue Lagoon. HEX triplet: 06, 57 and 71. RGB value is (6,87,113). Sum of RGB (Red+Green+Blue) = 6+87+113=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #065771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065771 is #F9A88E. Grayscale: #414141. Windows color (decimal): -16361615 or 7427846. OLE color: 7427846.

HSL color Cylindrical-coordinate representation of color #065771: hue angle of 194.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065771 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 87 113 -
CMYK 0.95 0.23 0 0.56
HSL 194.58º 0.9% 0.23% -
HSV(B) 194.58º 0.95% 0.44% -
XYZ 6.46 8.05 16.84 -
YUV 65.75 154.66 85.39 -
System Red Green Blue C M Y K H S L
Decimal 6 87 113 0.95 0.23 0 0.56 194.58 0.9 0.23
Hex 6 57 71 5F 17 0 38 C3 5A 17
Octal 6 127 161 137 27 0 70 303 132 27
Binary 110 1010111 1110001 1011111 10111 0 111000 11000011 1011010 10111

Color Harmonies of #065771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065771

Black with #065771

Text Example


Text Example

White with #065771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065771; }

 p { color: rgb(6,87,113); }

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

background-color css

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

 a { background-color: rgb(6,87,113); }

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

border-color css

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

 span { border-color: rgb(6,87,113); }

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