#0D738D

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

Shades of Allports #0D738D

Tints of Allports #0D738D

Color information

#0D738D (or 0x0D738D) is unknown color: approx Allports. HEX triplet: 0D, 73 and 8D. RGB value is (13,115,141). Sum of RGB (Red+Green+Blue) = 13+115+141=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D738D is #F28C72. Grayscale: #575757. Windows color (decimal): -15895667 or 9270029. OLE color: 9270029.

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

Color convert

RGB13115141-
CMYK0.910.1800.45
HSL192.19º83.12%30.2%-
HSV(B)192.19º90.78%55.29%-
XYZ11.114.2727.37-
YUV87.47158.2174.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.83%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 141 (55.47% from 255) = 52.42%
R=4.83%
G=42.75%
B=52.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131151410.910.1800.45192.1983.1230.2
HexD738D5B1202Dc0531e
Octal151632151332205530012336
Binary1101111001110001101101101110010010110111000000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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