#01646C

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

Shades of Blue Lagoon #01646C

Tints of Blue Lagoon #01646C

Color information

#01646C (or 0x01646C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 64 and 6C. RGB value is (1,100,108). Sum of RGB (Red+Green+Blue) = 1+100+108=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #01646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01646C is #FE9B93. Grayscale: #474747. Windows color (decimal): -16685972 or 7103489. OLE color: 7103489.

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

Color convert

RGB1100108-
CMYK0.990.0700.58
HSL184.49º98.17%21.37%-
HSV(B)184.49º99.07%42.35%-
XYZ7.2810.215.77-
YUV71.31148.777.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=0.48%
G=47.85%
B=51.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11001080.990.0700.58184.4998.1721.37
Hex1646C63703Ab86215
Octal1144154143707227014225
Binary1110010011011001100011111011101010111000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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