#01636C

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

Shades of Blue Lagoon #01636C

Tints of Blue Lagoon #01636C

Color information

#01636C (or 0x01636C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 6C. RGB value is (1,99,108). Sum of RGB (Red+Green+Blue) = 1+99+108=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #01636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01636C is #FE9C93. Grayscale: #464646. Windows color (decimal): -16686228 or 7103233. OLE color: 7103233.

HSL color Cylindrical-coordinate representation of color #01636C: hue angle of 185.05º 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 #01636C is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB199108-
CMYK0.990.0800.58
HSL185.05º98.17%21.37%-
HSV(B)185.05º99.07%42.35%-
XYZ7.1810.0115.74-
YUV70.72149.0378.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=0.48%
G=47.60%
B=51.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1991080.990.0800.58185.0598.1721.37
Hex1636C63803Ab96215
Octal11431541431007227114225
Binary11100011110110011000111000011101010111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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