#015365

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

Shades of Blue Lagoon #015365

Tints of Blue Lagoon #015365

Color information

#015365 (or 0x015365) is unknown color: approx Blue Lagoon. HEX triplet: 01, 53 and 65. RGB value is (1,83,101). Sum of RGB (Red+Green+Blue) = 1+83+101=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #015365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015365 is #FEAC9A. Grayscale: #3C3C3C. Windows color (decimal): -16690331 or 6640385. OLE color: 6640385.

HSL color Cylindrical-coordinate representation of color #015365: hue angle of 190.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015365 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB183101-
CMYK0.990.1800.60
HSL190.8º98.04%20%-
HSV(B)190.8º99.01%39.61%-
XYZ5.457.1313.4-
YUV60.53150.8385.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 101 (39.84% from 255) = 54.59%
R=0.54%
G=44.86%
B=54.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1831010.990.1800.60190.898.0420
Hex15365631203Cbf6214
Octal11231451432207427714224
Binary110100111100101110001110010011110010111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015365; }

 p { color: rgb(1,83,101); }

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

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

 a { background-color: rgb(1,83,101); }

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

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

 span { border-color: rgb(1,83,101); }

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