#135767

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

Shades of Blue Lagoon #135767

Tints of Blue Lagoon #135767

Color information

#135767 (or 0x135767) is unknown color: approx Blue Lagoon. HEX triplet: 13, 57 and 67. RGB value is (19,87,103). Sum of RGB (Red+Green+Blue) = 19+87+103=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #135767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135767 is #ECA898. Grayscale: #444444. Windows color (decimal): -15509657 or 6772499. OLE color: 6772499.

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

Color convert

RGB1987103-
CMYK0.820.1600.60
HSL191.43º68.85%23.92%-
HSV(B)191.43º81.55%40.39%-
XYZ6.127.9314.04-
YUV68.49147.4792.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=9.09%
G=41.63%
B=49.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19871030.820.1600.60191.4368.8523.92
Hex135767521003Cbf4518
Octal231271471222007427710530
Binary1001110101111100111101001010000011110010111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135767; }

 p { color: rgb(19,87,103); }

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

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

 a { background-color: rgb(19,87,103); }

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

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

 span { border-color: rgb(19,87,103); }

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