#0D6982

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

Shades of Allports #0D6982

Tints of Allports #0D6982

Color information

#0D6982 (or 0x0D6982) is unknown color: approx Allports. HEX triplet: 0D, 69 and 82. RGB value is (13,105,130). Sum of RGB (Red+Green+Blue) = 13+105+130=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D6982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6982 is #F2967D. Grayscale: #505050. Windows color (decimal): -15898238 or 8546573. OLE color: 8546573.

HSL color Cylindrical-coordinate representation of color #0D6982: hue angle of 192.82º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D6982 is Cyan = 0.9, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13105130-
CMYK0.90.1900.49
HSL192.82º81.82%28.04%-
HSV(B)192.82º90%50.98%-
XYZ9.2511.822.91-
YUV80.34156.0279.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.24%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=5.24%
G=42.34%
B=52.42%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131051300.90.1900.49192.8281.8228.04
HexD69825A13031c1521c
Octal151512021322306130112234
Binary1101110100110000010101101010011011000111000001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,105,130); }

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

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

 a { background-color: rgb(13,105,130); }

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

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

 span { border-color: rgb(13,105,130); }

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