#0D728D

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

Shades of Allports #0D728D

Tints of Allports #0D728D

Color information

#0D728D (or 0x0D728D) is unknown color: approx Allports. HEX triplet: 0D, 72 and 8D. RGB value is (13,114,141). Sum of RGB (Red+Green+Blue) = 13+114+141=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D728D is #F28D72. Grayscale: #565656. Windows color (decimal): -15895923 or 9269773. OLE color: 9269773.

HSL color Cylindrical-coordinate representation of color #0D728D: hue angle of 192.66º 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 #0D728D is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13114141-
CMYK0.910.1900.45
HSL192.66º83.12%30.2%-
HSV(B)192.66º90.78%55.29%-
XYZ10.9914.0427.33-
YUV86.88158.5475.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.85%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 141 (55.47% from 255) = 52.61%
R=4.85%
G=42.54%
B=52.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131141410.910.1900.45192.6683.1230.2
HexD728D5B1302Dc1531e
Octal151622151332305530112336
Binary1101111001010001101101101110011010110111000001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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