Html Css Color HEX #01616B Blue Lagoon

📋 copy color: '#01616B'

red 1 ◦ green 97 ◦ blue 107

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

Shades of Blue Lagoon #01616B

Tints of Blue Lagoon #01616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.2%

R = 0.49%
G = 47.32%
B = 52.2%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01616B (or 0x01616B) is known color: Blue Lagoon. HEX triplet: 01, 61 and 6B. RGB value is (1,97,107). Sum of RGB (Red+Green+Blue) = 1+97+107=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #01616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01616B is #FE9E94. Grayscale: #454545. Windows color (decimal): -16686741 or 7037185. OLE color: 7037185.

HSL color Cylindrical-coordinate representation of color #01616B: hue angle of 185.66º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01616B is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 97 107 -
CMYK 0.99 0.09 0 0.58
HSL 185.66º 0.98% 0.21% -
HSV(B) 185.66º 0.99% 0.42% -
XYZ 6.94 9.62 15.4 -
YUV 69.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 1 97 107 0.99 0.09 0 0.58 185.66 0.98 0.21
Hex 1 61 6B 63 9 0 3A BA 62 15
Octal 1 141 153 143 11 0 72 272 142 25
Binary 1 1100001 1101011 1100011 1001 0 111010 10111010 1100010 10101

Color Harmonies of #01616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01616B

Black with #01616B

Text Example


Text Example

White with #01616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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