#0D5876

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

Shades of Blue Lagoon #0D5876

Tints of Blue Lagoon #0D5876

Color information

#0D5876 (or 0x0D5876) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 58 and 76. RGB value is (13,88,118). Sum of RGB (Red+Green+Blue) = 13+88+118=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D5876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5876 is #F2A789. Grayscale: #444444. Windows color (decimal): -15902602 or 7755789. OLE color: 7755789.

HSL color Cylindrical-coordinate representation of color #0D5876: hue angle of 197.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D5876 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1388118-
CMYK0.890.2500.54
HSL197.14º80.15%25.69%-
HSV(B)197.14º88.98%46.27%-
XYZ6.938.3718.39-
YUV69155.6588.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.94%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=5.94%
G=40.18%
B=53.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13881180.890.2500.54197.1480.1525.69
HexD58765919036c5501a
Octal151301661313106630512032
Binary110110110001110110101100111001011011011000101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,88,118); }

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

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

 a { background-color: rgb(13,88,118); }

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

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

 span { border-color: rgb(13,88,118); }

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