Html Css Color HEX #065C70 Blue Lagoon

📋 copy color: '#065C70'

red 6 ◦ green 92 ◦ blue 112

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

Shades of Blue Lagoon #065C70

Tints of Blue Lagoon #065C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.33%

R = 2.86%
G = 43.81%
B = 53.33%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065C70 (or 0x065C70) is known color: Blue Lagoon. HEX triplet: 06, 5C and 70. RGB value is (6,92,112). Sum of RGB (Red+Green+Blue) = 6+92+112=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #065C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C70 is #F9A38F. Grayscale: #444444. Windows color (decimal): -16360336 or 7363590. OLE color: 7363590.

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

Color convert

RGB 6 92 112 -
CMYK 0.95 0.18 0 0.56
HSL 191.32º 0.9% 0.23% -
HSV(B) 191.32º 0.95% 0.44% -
XYZ 6.83 8.86 16.68 -
YUV 68.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 6 92 112 0.95 0.18 0 0.56 191.32 0.9 0.23
Hex 6 5C 70 5F 12 0 38 BF 5A 17
Octal 6 134 160 137 22 0 70 277 132 27
Binary 110 1011100 1110000 1011111 10010 0 111000 10111111 1011010 10111

Color Harmonies of #065C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C70

Black with #065C70

Text Example


Text Example

White with #065C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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