Html Css Color HEX #065A71 Blue Lagoon

📋 copy color: '#065A71'

red 6 ◦ green 90 ◦ blue 113

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

Shades of Blue Lagoon #065A71

Tints of Blue Lagoon #065A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.06%

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

R = 2.87%
G = 43.06%
B = 54.07%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065A71 (or 0x065A71) is known color: Blue Lagoon. HEX triplet: 06, 5A and 71. RGB value is (6,90,113). Sum of RGB (Red+Green+Blue) = 6+90+113=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #065A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A71 is #F9A58E. Grayscale: #434343. Windows color (decimal): -16360847 or 7428614. OLE color: 7428614.

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

Color convert

RGB 6 90 113 -
CMYK 0.95 0.20 0 0.56
HSL 192.9º 0.9% 0.23% -
HSV(B) 192.9º 0.95% 0.44% -
XYZ 6.71 8.54 16.92 -
YUV 67.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 6 90 113 0.95 0.20 0 0.56 192.9 0.9 0.23
Hex 6 5A 71 5F 14 0 38 C1 5A 17
Octal 6 132 161 137 24 0 70 301 132 27
Binary 110 1011010 1110001 1011111 10100 0 111000 11000001 1011010 10111

Color Harmonies of #065A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A71

Black with #065A71

Text Example


Text Example

White with #065A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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