#0D718D

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

Shades of Allports #0D718D

Tints of Allports #0D718D

Color information

#0D718D (or 0x0D718D) is unknown color: approx Allports. HEX triplet: 0D, 71 and 8D. RGB value is (13,113,141). Sum of RGB (Red+Green+Blue) = 13+113+141=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D718D is #F28E72. Grayscale: #565656. Windows color (decimal): -15896179 or 9269517. OLE color: 9269517.

HSL color Cylindrical-coordinate representation of color #0D718D: hue angle of 193.12º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D718D is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13113141-
CMYK0.910.2000.45
HSL193.12º83.12%30.2%-
HSV(B)193.12º90.78%55.29%-
XYZ10.8813.8227.29-
YUV86.29158.8775.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.87%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=4.87%
G=42.32%
B=52.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131131410.910.2000.45193.1283.1230.2
HexD718D5B1402Dc1531e
Octal151612151332405530112336
Binary1101111000110001101101101110100010110111000001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,113,141); }

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

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

 a { background-color: rgb(13,113,141); }

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

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

 span { border-color: rgb(13,113,141); }

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