#01617C

Color #01617C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #01617C

Tints of Blue Lagoon #01617C

Color information

#01617C (or 0x01617C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 61 and 7C. RGB value is (1,97,124). Sum of RGB (Red+Green+Blue) = 1+97+124=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #01617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01617C is #FE9E83. Grayscale: #474747. Windows color (decimal): -16686724 or 8151297. OLE color: 8151297.

HSL color Cylindrical-coordinate representation of color #01617C: hue angle of 193.17º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01617C is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB197124-
CMYK0.990.2200.51
HSL193.17º98.4%24.51%-
HSV(B)193.17º99.19%48.63%-
XYZ7.9310.0120.58-
YUV71.37157.777.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=0.45%
G=43.69%
B=55.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1971240.990.2200.51193.1798.424.51
Hex1617C6316033c16219
Octal11411741432606330114231
Binary111000011111100110001110110011001111000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01617C; }

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

 H1.HeaderClassName
 {
   color: #01617C;
 }
 .AnyTagClassName
 {
   color: #01617C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #01617C;
 }
 .BgClassName
 {
   background-color: #01617C;
 }
</style>
border-color css

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

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

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