Html Css Color HEX #01616D Blue Lagoon

📋 copy color: '#01616D'

red 1 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #01616D

Tints of Blue Lagoon #01616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 0.48%
G = 46.86%
B = 52.66%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01616D (or 0x01616D) is known color: Blue Lagoon. HEX triplet: 01, 61 and 6D. RGB value is (1,97,109). Sum of RGB (Red+Green+Blue) = 1+97+109=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #01616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01616D is #FE9E92. Grayscale: #454545. Windows color (decimal): -16686739 or 7168257. OLE color: 7168257.

HSL color Cylindrical-coordinate representation of color #01616D: hue angle of 186.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01616D is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 97 109 -
CMYK 0.99 0.11 0 0.57
HSL 186.67º 0.98% 0.22% -
HSV(B) 186.67º 0.99% 0.43% -
XYZ 7.05 9.66 15.96 -
YUV 69.66 150.2 79.02 -
System Red Green Blue C M Y K H S L
Decimal 1 97 109 0.99 0.11 0 0.57 186.67 0.98 0.22
Hex 1 61 6D 63 B 0 39 BB 62 16
Octal 1 141 155 143 13 0 71 273 142 26
Binary 1 1100001 1101101 1100011 1011 0 111001 10111011 1100010 10110

Color Harmonies of #01616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01616D

Black with #01616D

Text Example


Text Example

White with #01616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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