Html Css Color HEX #065E72 Blue Lagoon

📋 copy color: '#065E72'

red 6 ◦ green 94 ◦ blue 114

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

Shades of Blue Lagoon #065E72

Tints of Blue Lagoon #065E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 2.8%
G = 43.93%
B = 53.27%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065E72 (or 0x065E72) is known color: Blue Lagoon. HEX triplet: 06, 5E and 72. RGB value is (6,94,114). Sum of RGB (Red+Green+Blue) = 6+94+114=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #065E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E72 is #F9A18D. Grayscale: #454545. Windows color (decimal): -16359822 or 7495174. OLE color: 7495174.

HSL color Cylindrical-coordinate representation of color #065E72: hue angle of 191.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065E72 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 94 114 -
CMYK 0.95 0.18 0 0.55
HSL 191.11º 0.9% 0.24% -
HSV(B) 191.11º 0.95% 0.45% -
XYZ 7.12 9.26 17.33 -
YUV 69.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 6 94 114 0.95 0.18 0 0.55 191.11 0.9 0.24
Hex 6 5E 72 5F 12 0 37 BF 5A 18
Octal 6 136 162 137 22 0 67 277 132 30
Binary 110 1011110 1110010 1011111 10010 0 110111 10111111 1011010 11000

Color Harmonies of #065E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065E72

Black with #065E72

Text Example


Text Example

White with #065E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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