#0D5E84

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

Shades of Allports #0D5E84

Tints of Allports #0D5E84

Color information

#0D5E84 (or 0x0D5E84) is unknown color: approx Allports. HEX triplet: 0D, 5E and 84. RGB value is (13,94,132). Sum of RGB (Red+Green+Blue) = 13+94+132=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D5E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5E84 is #F2A17B. Grayscale: #494949. Windows color (decimal): -15901052 or 8674829. OLE color: 8674829.

HSL color Cylindrical-coordinate representation of color #0D5E84: hue angle of 199.16º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5E84 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1394132-
CMYK0.900.2900.48
HSL199.16º82.07%28.43%-
HSV(B)199.16º90.15%51.76%-
XYZ8.339.7623.27-
YUV74.11160.6684.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=5.44%
G=39.33%
B=55.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13941320.900.2900.48199.1682.0728.43
HexD5E845A1D030c7521c
Octal151362041323506030712234
Binary1101101111010000100101101011101011000011000111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,94,132); }

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

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

 a { background-color: rgb(13,94,132); }

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

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

 span { border-color: rgb(13,94,132); }

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