Html Css Color HEX #065870 Blue Lagoon

📋 copy color: '#065870'

red 6 ◦ green 88 ◦ blue 112

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

Shades of Blue Lagoon #065870

Tints of Blue Lagoon #065870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

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

R = 2.91%
G = 42.72%
B = 54.37%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065870 (or 0x065870) is known color: Blue Lagoon. HEX triplet: 06, 58 and 70. RGB value is (6,88,112). Sum of RGB (Red+Green+Blue) = 6+88+112=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #065870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065870 is #F9A78F. Grayscale: #424242. Windows color (decimal): -16361360 or 7362566. OLE color: 7362566.

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

Color convert

RGB 6 88 112 -
CMYK 0.95 0.21 0 0.56
HSL 193.58º 0.9% 0.23% -
HSV(B) 193.58º 0.95% 0.44% -
XYZ 6.49 8.19 16.57 -
YUV 66.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 6 88 112 0.95 0.21 0 0.56 193.58 0.9 0.23
Hex 6 58 70 5F 15 0 38 C2 5A 17
Octal 6 130 160 137 25 0 70 302 132 27
Binary 110 1011000 1110000 1011111 10101 0 111000 11000010 1011010 10111

Color Harmonies of #065870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065870

Black with #065870

Text Example


Text Example

White with #065870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065870; }

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

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

background-color css

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

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

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

border-color css

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

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

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