#01647A

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

Shades of Blue Lagoon #01647A

Tints of Blue Lagoon #01647A

Color information

#01647A (or 0x01647A) is unknown color: approx Blue Lagoon. HEX triplet: 01, 64 and 7A. RGB value is (1,100,122). Sum of RGB (Red+Green+Blue) = 1+100+122=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #01647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01647A is #FE9B85. Grayscale: #484848. Windows color (decimal): -16685958 or 8020993. OLE color: 8020993.

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

Color convert

RGB1100122-
CMYK0.990.1800.52
HSL190.91º98.37%24.12%-
HSV(B)190.91º99.18%47.84%-
XYZ8.0810.5320.02-
YUV72.91155.776.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=0.45%
G=44.84%
B=54.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11001220.990.1800.52190.9198.3724.12
Hex1647A6312034bf6218
Octal11441721432206427714230
Binary111001001111010110001110010011010010111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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