#0D526C

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

Shades of Blue Lagoon #0D526C

Tints of Blue Lagoon #0D526C

Color information

#0D526C (or 0x0D526C) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 52 and 6C. RGB value is (13,82,108). Sum of RGB (Red+Green+Blue) = 13+82+108=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D526C is #F2AD93. Grayscale: #404040. Windows color (decimal): -15904148 or 7098893. OLE color: 7098893.

HSL color Cylindrical-coordinate representation of color #0D526C: hue angle of 196.42º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D526C is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1382108-
CMYK0.880.2400.58
HSL196.42º78.51%23.73%-
HSV(B)196.42º87.96%42.35%-
XYZ5.897.215.27-
YUV64.33152.6491.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=6.40%
G=40.39%
B=53.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13821080.880.2400.58196.4278.5123.73
HexD526C581803Ac44f18
Octal151221541303007230411730
Binary110110100101101100101100011000011101011000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D526C; }

 p { color: rgb(13,82,108); }

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

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

 a { background-color: rgb(13,82,108); }

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

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

 span { border-color: rgb(13,82,108); }

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