#015469

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

Shades of Blue Lagoon #015469

Tints of Blue Lagoon #015469

Color information

#015469 (or 0x015469) is unknown color: approx Blue Lagoon. HEX triplet: 01, 54 and 69. RGB value is (1,84,105). Sum of RGB (Red+Green+Blue) = 1+84+105=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #015469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015469 is #FEAB96. Grayscale: #3D3D3D. Windows color (decimal): -16690071 or 6902785. OLE color: 6902785.

HSL color Cylindrical-coordinate representation of color #015469: hue angle of 192.12º 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 #015469 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB184105-
CMYK0.990.2000.59
HSL192.12º98.11%20.78%-
HSV(B)192.12º99.05%41.18%-
XYZ5.737.3714.48-
YUV61.58152.584.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=0.53%
G=44.21%
B=55.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1841050.990.2000.59192.1298.1120.78
Hex15469631403Bc06215
Octal11241511432407330014225
Binary110101001101001110001110100011101111000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015469; }

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

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

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

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

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

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

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

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