#135868

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

Shades of Blue Lagoon #135868

Tints of Blue Lagoon #135868

Color information

#135868 (or 0x135868) is unknown color: approx Blue Lagoon. HEX triplet: 13, 58 and 68. RGB value is (19,88,104). Sum of RGB (Red+Green+Blue) = 19+88+104=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #135868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135868 is #ECA797. Grayscale: #454545. Windows color (decimal): -15509400 or 6838291. OLE color: 6838291.

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

Color convert

RGB1988104-
CMYK0.820.1500.59
HSL191.29º69.11%24.12%-
HSV(B)191.29º81.73%40.78%-
XYZ6.268.1214.33-
YUV69.19147.6492.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=9.00%
G=41.71%
B=49.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19881040.820.1500.59191.2969.1124.12
Hex13586852F03Bbf4518
Octal231301501221707327710530
Binary100111011000110100010100101111011101110111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135868; }

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

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

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

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

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

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

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

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