Html Css Color HEX #016575 Blue Lagoon

📋 copy color: '#016575'

red 1 ◦ green 101 ◦ blue 117

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

Shades of Blue Lagoon #016575

Tints of Blue Lagoon #016575

RGB

 RED value IS 1 (0.78% from 255) = 0.46%

 GREEN value IS 101 (39.84% from 255) = 46.12%

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 0.46%
G = 46.12%
B = 53.42%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016575 (or 0x016575) is known color: Blue Lagoon. HEX triplet: 01, 65 and 75. RGB value is (1,101,117). Sum of RGB (Red+Green+Blue) = 1+101+117=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #016575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016575 is #FE9A8A. Grayscale: #484848. Windows color (decimal): -16685707 or 7693569. OLE color: 7693569.

HSL color Cylindrical-coordinate representation of color #016575: hue angle of 188.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016575 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 101 117 -
CMYK 0.99 0.14 0 0.54
HSL 188.28º 0.98% 0.23% -
HSV(B) 188.28º 0.99% 0.46% -
XYZ 7.88 10.6 18.46 -
YUV 72.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 1 101 117 0.99 0.14 0 0.54 188.28 0.98 0.23
Hex 1 65 75 63 E 0 36 BC 62 17
Octal 1 145 165 143 16 0 66 274 142 27
Binary 1 1100101 1110101 1100011 1110 0 110110 10111100 1100010 10111

Color Harmonies of #016575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016575

Black with #016575

Text Example


Text Example

White with #016575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016575; }

 p { color: rgb(1,101,117); }

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

background-color css

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

 a { background-color: rgb(1,101,117); }

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

border-color css

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

 span { border-color: rgb(1,101,117); }

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