#016269

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

Shades of Blue Lagoon #016269

Tints of Blue Lagoon #016269

Color information

#016269 (or 0x016269) is unknown color: approx Blue Lagoon. HEX triplet: 01, 62 and 69. RGB value is (1,98,105). Sum of RGB (Red+Green+Blue) = 1+98+105=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #016269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016269 is #FE9D96. Grayscale: #454545. Windows color (decimal): -16686487 or 6906369. OLE color: 6906369.

HSL color Cylindrical-coordinate representation of color #016269: hue angle of 184.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016269 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB198105-
CMYK0.990.0700.59
HSL184.04º98.11%20.78%-
HSV(B)184.04º99.05%41.18%-
XYZ6.939.7614.88-
YUV69.8147.8678.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=0.49%
G=48.04%
B=51.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1981050.990.0700.59184.0498.1120.78
Hex1626963703Bb86215
Octal1142151143707327014225
Binary1110001011010011100011111011101110111000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016269; }

 p { color: rgb(1,98,105); }

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

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

 a { background-color: rgb(1,98,105); }

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

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

 span { border-color: rgb(1,98,105); }

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