Html Css Color HEX #065E71 Blue Lagoon

📋 copy color: '#065E71'

red 6 ◦ green 94 ◦ blue 113

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

Shades of Blue Lagoon #065E71

Tints of Blue Lagoon #065E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.13%

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

R = 2.82%
G = 44.13%
B = 53.05%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065E71 (or 0x065E71) is known color: Blue Lagoon. HEX triplet: 06, 5E and 71. RGB value is (6,94,113). Sum of RGB (Red+Green+Blue) = 6+94+113=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #065E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E71 is #F9A18E. Grayscale: #454545. Windows color (decimal): -16359823 or 7429638. OLE color: 7429638.

HSL color Cylindrical-coordinate representation of color #065E71: hue angle of 190.65º 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 #065E71 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 94 113 -
CMYK 0.95 0.17 0 0.56
HSL 190.65º 0.9% 0.23% -
HSV(B) 190.65º 0.95% 0.44% -
XYZ 7.06 9.24 17.03 -
YUV 69.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 6 94 113 0.95 0.17 0 0.56 190.65 0.9 0.23
Hex 6 5E 71 5F 11 0 38 BF 5A 17
Octal 6 136 161 137 21 0 70 277 132 27
Binary 110 1011110 1110001 1011111 10001 0 111000 10111111 1011010 10111

Color Harmonies of #065E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065E71

Black with #065E71

Text Example


Text Example

White with #065E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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