#0D6D8F

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

Shades of Allports #0D6D8F

Tints of Allports #0D6D8F

Color information

#0D6D8F (or 0x0D6D8F) is unknown color: approx Allports. HEX triplet: 0D, 6D and 8F. RGB value is (13,109,143). Sum of RGB (Red+Green+Blue) = 13+109+143=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D6D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6D8F is #F29270. Grayscale: #535353. Windows color (decimal): -15897201 or 9399565. OLE color: 9399565.

HSL color Cylindrical-coordinate representation of color #0D6D8F: hue angle of 195.69º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6D8F is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13109143-
CMYK0.910.2400.44
HSL195.69º83.33%30.59%-
HSV(B)195.69º90.91%56.08%-
XYZ10.5913.0127.94-
YUV84.17161.277.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 143 (56.25% from 255) = 53.96%
R=4.91%
G=41.13%
B=53.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131091430.910.2400.44195.6983.3330.59
HexD6D8F5B1802Cc4531f
Octal151552171333005430412337
Binary1101110110110001111101101111000010110011000100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,109,143); }

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

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

 a { background-color: rgb(13,109,143); }

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

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

 span { border-color: rgb(13,109,143); }

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