#0D6D85

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

Shades of Allports #0D6D85

Tints of Allports #0D6D85

Color information

#0D6D85 (or 0x0D6D85) is unknown color: approx Allports. HEX triplet: 0D, 6D and 85. RGB value is (13,109,133). Sum of RGB (Red+Green+Blue) = 13+109+133=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D6D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6D85 is #F2927A. Grayscale: #525252. Windows color (decimal): -15897211 or 8744205. OLE color: 8744205.

HSL color Cylindrical-coordinate representation of color #0D6D85: hue angle of 192º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D6D85 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13109133-
CMYK0.900.1800.48
HSL192º82.19%28.63%-
HSV(B)192º90.23%52.16%-
XYZ9.8712.7224.12-
YUV83.03156.278.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.10%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=5.10%
G=42.75%
B=52.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131091330.900.1800.4819282.1928.63
HexD6D855A12030c0521d
Octal151552051322206030012235
Binary1101110110110000101101101010010011000011000000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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