Html Css Color HEX #065C71 Blue Lagoon

📋 copy color: '#065C71'

red 6 ◦ green 92 ◦ blue 113

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

Shades of Blue Lagoon #065C71

Tints of Blue Lagoon #065C71

RGB

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

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

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

R = 2.84%
G = 43.6%
B = 53.55%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065C71 (or 0x065C71) is known color: Blue Lagoon. HEX triplet: 06, 5C and 71. RGB value is (6,92,113). Sum of RGB (Red+Green+Blue) = 6+92+113=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #065C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C71 is #F9A38E. Grayscale: #444444. Windows color (decimal): -16360335 or 7429126. OLE color: 7429126.

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

Color convert

RGB 6 92 113 -
CMYK 0.95 0.19 0 0.56
HSL 191.78º 0.9% 0.23% -
HSV(B) 191.78º 0.95% 0.44% -
XYZ 6.88 8.89 16.98 -
YUV 68.68 153.01 83.29 -
System Red Green Blue C M Y K H S L
Decimal 6 92 113 0.95 0.19 0 0.56 191.78 0.9 0.23
Hex 6 5C 71 5F 13 0 38 C0 5A 17
Octal 6 134 161 137 23 0 70 300 132 27
Binary 110 1011100 1110001 1011111 10011 0 111000 11000000 1011010 10111

Color Harmonies of #065C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C71

Black with #065C71

Text Example


Text Example

White with #065C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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