#0D6D8C

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

Shades of Allports #0D6D8C

Tints of Allports #0D6D8C

Color information

#0D6D8C (or 0x0D6D8C) is unknown color: approx Allports. HEX triplet: 0D, 6D and 8C. RGB value is (13,109,140). Sum of RGB (Red+Green+Blue) = 13+109+140=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #0D6D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6D8C is #F29273. Grayscale: #535353. Windows color (decimal): -15897204 or 9202957. OLE color: 9202957.

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

Color convert

RGB13109140-
CMYK0.910.2200.45
HSL194.65º83.01%30%-
HSV(B)194.65º90.71%54.9%-
XYZ10.3712.9226.76-
YUV83.83159.777.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.96%
GREEN value IS 109 (42.97% from 255) = 41.60%
BLUE value IS 140 (55.08% from 255) = 53.44%
R=4.96%
G=41.60%
B=53.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131091400.910.2200.45194.6583.0130
HexD6D8C5B1602Dc3531e
Octal151552141332605530312336
Binary1101110110110001100101101110110010110111000011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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