Html Css Color HEX #016375 Blue Lagoon

📋 copy color: '#016375'

red 1 ◦ green 99 ◦ blue 117

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

Shades of Blue Lagoon #016375

Tints of Blue Lagoon #016375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

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

R = 0.46%
G = 45.62%
B = 53.92%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016375 (or 0x016375) is known color: Blue Lagoon. HEX triplet: 01, 63 and 75. RGB value is (1,99,117). Sum of RGB (Red+Green+Blue) = 1+99+117=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #016375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016375 is #FE9C8A. Grayscale: #474747. Windows color (decimal): -16686219 or 7693057. OLE color: 7693057.

HSL color Cylindrical-coordinate representation of color #016375: hue angle of 189.31º 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 #016375 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 99 117 -
CMYK 0.99 0.15 0 0.54
HSL 189.31º 0.98% 0.23% -
HSV(B) 189.31º 0.99% 0.46% -
XYZ 7.69 10.21 18.4 -
YUV 71.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 1 99 117 0.99 0.15 0 0.54 189.31 0.98 0.23
Hex 1 63 75 63 F 0 36 BD 62 17
Octal 1 143 165 143 17 0 66 275 142 27
Binary 1 1100011 1110101 1100011 1111 0 110110 10111101 1100010 10111

Color Harmonies of #016375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016375

Black with #016375

Text Example


Text Example

White with #016375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016375; }

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

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

background-color css

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

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

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

border-color css

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

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

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