#135669

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

Shades of Blue Lagoon #135669

Tints of Blue Lagoon #135669

Color information

#135669 (or 0x135669) is unknown color: approx Blue Lagoon. HEX triplet: 13, 56 and 69. RGB value is (19,86,105). Sum of RGB (Red+Green+Blue) = 19+86+105=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #135669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135669 is #ECA996. Grayscale: #434343. Windows color (decimal): -15509911 or 6903315. OLE color: 6903315.

HSL color Cylindrical-coordinate representation of color #135669: hue angle of 193.26º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135669 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1986105-
CMYK0.820.1800.59
HSL193.26º69.35%24.31%-
HSV(B)193.26º81.9%41.18%-
XYZ6.157.8114.55-
YUV68.13148.892.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 105 (41.41% from 255) = 50%
R=9.05%
G=40.95%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19861050.820.1800.59193.2669.3524.31
Hex135669521203Bc14518
Octal231261511222207330110530
Binary1001110101101101001101001010010011101111000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135669; }

 p { color: rgb(19,86,105); }

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

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

 a { background-color: rgb(19,86,105); }

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

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

 span { border-color: rgb(19,86,105); }

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