#13626F

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

Shades of Blue Lagoon #13626F

Tints of Blue Lagoon #13626F

Color information

#13626F (or 0x13626F) is unknown color: approx Blue Lagoon. HEX triplet: 13, 62 and 6F. RGB value is (19,98,111). Sum of RGB (Red+Green+Blue) = 19+98+111=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #13626F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13626F is #EC9D90. Grayscale: #4B4B4B. Windows color (decimal): -15506833 or 7299603. OLE color: 7299603.

HSL color Cylindrical-coordinate representation of color #13626F: hue angle of 188.48º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13626F is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1998111-
CMYK0.830.1200.56
HSL188.48º70.77%25.49%-
HSV(B)188.48º82.88%43.53%-
XYZ7.5110.0216.58-
YUV75.86147.8387.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 111 (43.75% from 255) = 48.68%
R=8.33%
G=42.98%
B=48.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19981110.830.1200.56188.4870.7725.49
Hex13626F53C038bc4719
Octal231421571231407027410731
Binary100111100010110111110100111100011100010111100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13626F; }

 p { color: rgb(19,98,111); }

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

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

 a { background-color: rgb(19,98,111); }

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

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

 span { border-color: rgb(19,98,111); }

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