Html Css Color HEX #065B72 Blue Lagoon

📋 copy color: '#065B72'

red 6 ◦ green 91 ◦ blue 114

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

Shades of Blue Lagoon #065B72

Tints of Blue Lagoon #065B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.13%

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

R = 2.84%
G = 43.13%
B = 54.03%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065B72 (or 0x065B72) is known color: Blue Lagoon. HEX triplet: 06, 5B and 72. RGB value is (6,91,114). Sum of RGB (Red+Green+Blue) = 6+91+114=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #065B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B72 is #F9A48D. Grayscale: #444444. Windows color (decimal): -16360590 or 7494406. OLE color: 7494406.

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

Color convert

RGB 6 91 114 -
CMYK 0.95 0.20 0 0.55
HSL 192.78º 0.9% 0.24% -
HSV(B) 192.78º 0.95% 0.45% -
XYZ 6.85 8.74 17.24 -
YUV 68.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 6 91 114 0.95 0.20 0 0.55 192.78 0.9 0.24
Hex 6 5B 72 5F 14 0 37 C1 5A 18
Octal 6 133 162 137 24 0 67 301 132 30
Binary 110 1011011 1110010 1011111 10100 0 110111 11000001 1011010 11000

Color Harmonies of #065B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B72

Black with #065B72

Text Example


Text Example

White with #065B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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