#01637F

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

Shades of Blue Lagoon #01637F

Tints of Blue Lagoon #01637F

Color information

#01637F (or 0x01637F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 7F. RGB value is (1,99,127). Sum of RGB (Red+Green+Blue) = 1+99+127=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #01637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01637F is #FE9C80. Grayscale: #484848. Windows color (decimal): -16686209 or 8348417. OLE color: 8348417.

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

Color convert

RGB199127-
CMYK0.990.2200.50
HSL193.33º98.44%25.1%-
HSV(B)193.33º99.21%49.8%-
XYZ8.3110.4621.66-
YUV72.89158.5376.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 127 (50% from 255) = 55.95%
R=0.44%
G=43.61%
B=55.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1991270.990.2200.50193.3398.4425.1
Hex1637F6316032c16219
Octal11431771432606230114231
Binary111000111111111110001110110011001011000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01637F; }

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

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

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

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

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

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

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

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