Html Css Color HEX #065971 Blue Lagoon

📋 copy color: '#065971'

red 6 ◦ green 89 ◦ blue 113

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

Shades of Blue Lagoon #065971

Tints of Blue Lagoon #065971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.33%

R = 2.88%
G = 42.79%
B = 54.33%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065971 (or 0x065971) is known color: Blue Lagoon. HEX triplet: 06, 59 and 71. RGB value is (6,89,113). Sum of RGB (Red+Green+Blue) = 6+89+113=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #065971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065971 is #F9A68E. Grayscale: #424242. Windows color (decimal): -16361103 or 7428358. OLE color: 7428358.

HSL color Cylindrical-coordinate representation of color #065971: hue angle of 193.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065971 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 89 113 -
CMYK 0.95 0.21 0 0.56
HSL 193.46º 0.9% 0.23% -
HSV(B) 193.46º 0.95% 0.44% -
XYZ 6.63 8.38 16.89 -
YUV 66.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 6 89 113 0.95 0.21 0 0.56 193.46 0.9 0.23
Hex 6 59 71 5F 15 0 38 C1 5A 17
Octal 6 131 161 137 25 0 70 301 132 27
Binary 110 1011001 1110001 1011111 10101 0 111000 11000001 1011010 10111

Color Harmonies of #065971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065971

Black with #065971

Text Example


Text Example

White with #065971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065971; }

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

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

background-color css

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

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

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

border-color css

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

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

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