Html Css Color HEX #065C72 Blue Lagoon

📋 copy color: '#065C72'

red 6 ◦ green 92 ◦ blue 114

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

Shades of Blue Lagoon #065C72

Tints of Blue Lagoon #065C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.4%

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

R = 2.83%
G = 43.4%
B = 53.77%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065C72 (or 0x065C72) is known color: Blue Lagoon. HEX triplet: 06, 5C and 72. RGB value is (6,92,114). Sum of RGB (Red+Green+Blue) = 6+92+114=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #065C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C72 is #F9A38D. Grayscale: #444444. Windows color (decimal): -16360334 or 7494662. OLE color: 7494662.

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

Color convert

RGB 6 92 114 -
CMYK 0.95 0.19 0 0.55
HSL 192.22º 0.9% 0.24% -
HSV(B) 192.22º 0.95% 0.45% -
XYZ 6.94 8.91 17.27 -
YUV 68.79 153.51 83.21 -
System Red Green Blue C M Y K H S L
Decimal 6 92 114 0.95 0.19 0 0.55 192.22 0.9 0.24
Hex 6 5C 72 5F 13 0 37 C0 5A 18
Octal 6 134 162 137 23 0 67 300 132 30
Binary 110 1011100 1110010 1011111 10011 0 110111 11000000 1011010 11000

Color Harmonies of #065C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C72

Black with #065C72

Text Example


Text Example

White with #065C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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