Html Css Color HEX #016370 Blue Lagoon

📋 copy color: '#016370'

red 1 ◦ green 99 ◦ blue 112

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

Shades of Blue Lagoon #016370

Tints of Blue Lagoon #016370

RGB

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

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

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

R = 0.47%
G = 46.7%
B = 52.83%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016370 (or 0x016370) is known color: Blue Lagoon. HEX triplet: 01, 63 and 70. RGB value is (1,99,112). Sum of RGB (Red+Green+Blue) = 1+99+112=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #016370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016370 is #FE9C8F. Grayscale: #474747. Windows color (decimal): -16686224 or 7365377. OLE color: 7365377.

HSL color Cylindrical-coordinate representation of color #016370: hue angle of 187.03º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016370 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 99 112 -
CMYK 0.99 0.12 0 0.56
HSL 187.03º 0.98% 0.22% -
HSV(B) 187.03º 0.99% 0.44% -
XYZ 7.4 10.1 16.89 -
YUV 71.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 1 99 112 0.99 0.12 0 0.56 187.03 0.98 0.22
Hex 1 63 70 63 C 0 38 BB 62 16
Octal 1 143 160 143 14 0 70 273 142 26
Binary 1 1100011 1110000 1100011 1100 0 111000 10111011 1100010 10110

Color Harmonies of #016370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016370

Black with #016370

Text Example


Text Example

White with #016370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016370; }

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

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

background-color css

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

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

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

border-color css

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

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

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