Html Css Color HEX #065F72 Blue Lagoon

📋 copy color: '#065F72'

red 6 ◦ green 95 ◦ blue 114

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

Shades of Blue Lagoon #065F72

Tints of Blue Lagoon #065F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.19%

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

R = 2.79%
G = 44.19%
B = 53.02%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065F72 (or 0x065F72) is known color: Blue Lagoon. HEX triplet: 06, 5F and 72. RGB value is (6,95,114). Sum of RGB (Red+Green+Blue) = 6+95+114=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #065F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F72 is #F9A08D. Grayscale: #464646. Windows color (decimal): -16359566 or 7495430. OLE color: 7495430.

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

Color convert

RGB 6 95 114 -
CMYK 0.95 0.17 0 0.55
HSL 190.56º 0.9% 0.24% -
HSV(B) 190.56º 0.95% 0.45% -
XYZ 7.2 9.44 17.36 -
YUV 70.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 6 95 114 0.95 0.17 0 0.55 190.56 0.9 0.24
Hex 6 5F 72 5F 11 0 37 BF 5A 18
Octal 6 137 162 137 21 0 67 277 132 30
Binary 110 1011111 1110010 1011111 10001 0 110111 10111111 1011010 11000

Color Harmonies of #065F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F72

Black with #065F72

Text Example


Text Example

White with #065F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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