Html Css Color HEX #016165 Blue Lagoon

📋 copy color: '#016165'

red 1 ◦ green 97 ◦ blue 101

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

Shades of Blue Lagoon #016165

Tints of Blue Lagoon #016165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.74%

 BLUE value IS 101 (39.84% from 255) = 50.75%

R = 0.5%
G = 48.74%
B = 50.75%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#016165 (or 0x016165) is known color: Blue Lagoon. HEX triplet: 01, 61 and 65. RGB value is (1,97,101). Sum of RGB (Red+Green+Blue) = 1+97+101=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #016165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016165 is #FE9E9A. Grayscale: #444444. Windows color (decimal): -16686747 or 6643969. OLE color: 6643969.

HSL color Cylindrical-coordinate representation of color #016165: hue angle of 182.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016165 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 97 101 -
CMYK 0.99 0.04 0 0.60
HSL 182.4º 0.98% 0.2% -
HSV(B) 182.4º 0.99% 0.4% -
XYZ 6.64 9.5 13.79 -
YUV 68.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 1 97 101 0.99 0.04 0 0.60 182.4 0.98 0.2
Hex 1 61 65 63 4 0 3C B6 62 14
Octal 1 141 145 143 4 0 74 266 142 24
Binary 1 1100001 1100101 1100011 100 0 111100 10110110 1100010 10100

Color Harmonies of #016165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016165

Black with #016165

Text Example


Text Example

White with #016165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016165; }

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

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

background-color css

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

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

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

border-color css

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

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

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