#0D748D

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

Shades of Allports #0D748D

Tints of Allports #0D748D

Color information

#0D748D (or 0x0D748D) is unknown color: approx Allports. HEX triplet: 0D, 74 and 8D. RGB value is (13,116,141). Sum of RGB (Red+Green+Blue) = 13+116+141=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D748D is #F28B72. Grayscale: #575757. Windows color (decimal): -15895411 or 9270285. OLE color: 9270285.

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

Color convert

RGB13116141-
CMYK0.910.1800.45
HSL191.72º83.12%30.2%-
HSV(B)191.72º90.78%55.29%-
XYZ11.2214.527.41-
YUV88.05157.8874.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.81%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=4.81%
G=42.96%
B=52.22%

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
Decimal131161410.910.1800.45191.7283.1230.2
HexD748D5B1202Dc0531e
Octal151642151332205530012336
Binary1101111010010001101101101110010010110111000000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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