Html Css Color HEX #065570 Blue Lagoon

📋 copy color: '#065570'

red 6 ◦ green 85 ◦ blue 112

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

Shades of Blue Lagoon #065570

Tints of Blue Lagoon #065570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 2.96%
G = 41.87%
B = 55.17%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065570 (or 0x065570) is known color: Blue Lagoon. HEX triplet: 06, 55 and 70. RGB value is (6,85,112). Sum of RGB (Red+Green+Blue) = 6+85+112=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #065570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065570 is #F9AA8F. Grayscale: #404040. Windows color (decimal): -16362128 or 7361798. OLE color: 7361798.

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

Color convert

RGB 6 85 112 -
CMYK 0.95 0.24 0 0.56
HSL 195.28º 0.9% 0.23% -
HSV(B) 195.28º 0.95% 0.44% -
XYZ 6.25 7.71 16.49 -
YUV 64.46 154.83 86.3 -
System Red Green Blue C M Y K H S L
Decimal 6 85 112 0.95 0.24 0 0.56 195.28 0.9 0.23
Hex 6 55 70 5F 18 0 38 C3 5A 17
Octal 6 125 160 137 30 0 70 303 132 27
Binary 110 1010101 1110000 1011111 11000 0 111000 11000011 1011010 10111

Color Harmonies of #065570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065570

Black with #065570

Text Example


Text Example

White with #065570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065570; }

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

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

background-color css

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

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

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

border-color css

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

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

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