#135668

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

Shades of Blue Lagoon #135668

Tints of Blue Lagoon #135668

Color information

#135668 (or 0x135668) is unknown color: approx Blue Lagoon. HEX triplet: 13, 56 and 68. RGB value is (19,86,104). Sum of RGB (Red+Green+Blue) = 19+86+104=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #135668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135668 is #ECA997. Grayscale: #434343. Windows color (decimal): -15509912 or 6837779. OLE color: 6837779.

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

Color convert

RGB1986104-
CMYK0.820.1700.59
HSL192.71º69.11%24.12%-
HSV(B)192.71º81.73%40.78%-
XYZ6.17.7914.28-
YUV68.02148.393.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=9.09%
G=41.15%
B=49.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19861040.820.1700.59192.7169.1124.12
Hex135668521103Bc14518
Octal231261501222107330110530
Binary1001110101101101000101001010001011101111000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135668; }

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

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

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

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

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

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

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

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