Html Css Color HEX #065972 Blue Lagoon

📋 copy color: '#065972'

red 6 ◦ green 89 ◦ blue 114

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

Shades of Blue Lagoon #065972

Tints of Blue Lagoon #065972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

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

R = 2.87%
G = 42.58%
B = 54.55%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065972 (or 0x065972) is known color: Blue Lagoon. HEX triplet: 06, 59 and 72. RGB value is (6,89,114). Sum of RGB (Red+Green+Blue) = 6+89+114=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #065972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065972 is #F9A68D. Grayscale: #424242. Windows color (decimal): -16361102 or 7493894. OLE color: 7493894.

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

Color convert

RGB 6 89 114 -
CMYK 0.95 0.22 0 0.55
HSL 193.89º 0.9% 0.24% -
HSV(B) 193.89º 0.95% 0.45% -
XYZ 6.68 8.4 17.19 -
YUV 67.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 6 89 114 0.95 0.22 0 0.55 193.89 0.9 0.24
Hex 6 59 72 5F 16 0 37 C2 5A 18
Octal 6 131 162 137 26 0 67 302 132 30
Binary 110 1011001 1110010 1011111 10110 0 110111 11000010 1011010 11000

Color Harmonies of #065972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065972

Black with #065972

Text Example


Text Example

White with #065972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065972; }

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

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

background-color css

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

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

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

border-color css

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

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

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