Html Css Color HEX #065170 Blue Lagoon

📋 copy color: '#065170'

red 6 ◦ green 81 ◦ blue 112

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

Shades of Blue Lagoon #065170

Tints of Blue Lagoon #065170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

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

R = 3.02%
G = 40.7%
B = 56.28%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065170 (or 0x065170) is known color: Blue Lagoon. HEX triplet: 06, 51 and 70. RGB value is (6,81,112). Sum of RGB (Red+Green+Blue) = 6+81+112=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #065170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065170 is #F9AE8F. Grayscale: #3D3D3D. Windows color (decimal): -16363152 or 7360774. OLE color: 7360774.

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

Color convert

RGB 6 81 112 -
CMYK 0.95 0.28 0 0.56
HSL 197.55º 0.9% 0.23% -
HSV(B) 197.55º 0.95% 0.44% -
XYZ 5.94 7.09 16.39 -
YUV 62.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 6 81 112 0.95 0.28 0 0.56 197.55 0.9 0.23
Hex 6 51 70 5F 1C 0 38 C6 5A 17
Octal 6 121 160 137 34 0 70 306 132 27
Binary 110 1010001 1110000 1011111 11100 0 111000 11000110 1011010 10111

Color Harmonies of #065170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065170

Black with #065170

Text Example


Text Example

White with #065170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065170; }

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

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

background-color css

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

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

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

border-color css

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

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

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