#0D6887

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

Shades of Allports #0D6887

Tints of Allports #0D6887

Color information

#0D6887 (or 0x0D6887) is unknown color: approx Allports. HEX triplet: 0D, 68 and 87. RGB value is (13,104,135). Sum of RGB (Red+Green+Blue) = 13+104+135=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D6887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6887 is #F29778. Grayscale: #505050. Windows color (decimal): -15898489 or 8873997. OLE color: 8873997.

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

Color convert

RGB13104135-
CMYK0.900.2300.47
HSL195.25º82.43%29.02%-
HSV(B)195.25º90.37%52.94%-
XYZ9.4911.7424.69-
YUV80.32158.8579.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 135 (53.12% from 255) = 53.57%
R=5.16%
G=41.27%
B=53.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131041350.900.2300.47195.2582.4329.02
HexD68875A1702Fc3521d
Octal151502071322705730312235
Binary1101110100010000111101101010111010111111000011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,104,135); }

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

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

 a { background-color: rgb(13,104,135); }

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

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

 span { border-color: rgb(13,104,135); }

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