#01637A

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

Shades of Blue Lagoon #01637A

Tints of Blue Lagoon #01637A

Color information

#01637A (or 0x01637A) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 7A. RGB value is (1,99,122). Sum of RGB (Red+Green+Blue) = 1+99+122=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #01637A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01637A is #FE9C85. Grayscale: #484848. Windows color (decimal): -16686214 or 8020737. OLE color: 8020737.

HSL color Cylindrical-coordinate representation of color #01637A: hue angle of 191.4º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01637A is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB199122-
CMYK0.990.1900.52
HSL191.4º98.37%24.12%-
HSV(B)191.4º99.18%47.84%-
XYZ7.9910.3419.99-
YUV72.32156.0377.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=0.45%
G=44.59%
B=54.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1991220.990.1900.52191.498.3724.12
Hex1637A6313034bf6218
Octal11431721432306427714230
Binary111000111111010110001110011011010010111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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