#01647C

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

Shades of Blue Lagoon #01647C

Tints of Blue Lagoon #01647C

Color information

#01647C (or 0x01647C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 64 and 7C. RGB value is (1,100,124). Sum of RGB (Red+Green+Blue) = 1+100+124=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #01647C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01647C is #FE9B83. Grayscale: #484848. Windows color (decimal): -16685956 or 8152065. OLE color: 8152065.

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

Color convert

RGB1100124-
CMYK0.990.1900.51
HSL191.71º98.4%24.51%-
HSV(B)191.71º99.19%48.63%-
XYZ8.2110.5820.68-
YUV73.13156.776.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=0.44%
G=44.44%
B=55.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11001240.990.1900.51191.7198.424.51
Hex1647C6313033c06219
Octal11441741432306330014231
Binary111001001111100110001110011011001111000000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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