#0D6D8E

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

Shades of Allports #0D6D8E

Tints of Allports #0D6D8E

Color information

#0D6D8E (or 0x0D6D8E) is unknown color: approx Allports. HEX triplet: 0D, 6D and 8E. RGB value is (13,109,142). Sum of RGB (Red+Green+Blue) = 13+109+142=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D6D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6D8E is #F29271. Grayscale: #535353. Windows color (decimal): -15897202 or 9334029. OLE color: 9334029.

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

Color convert

RGB13109142-
CMYK0.910.2300.44
HSL195.35º83.23%30.39%-
HSV(B)195.35º90.85%55.69%-
XYZ10.5212.9827.54-
YUV84.06160.777.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.92%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=4.92%
G=41.29%
B=53.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131091420.910.2300.44195.3583.2330.39
HexD6D8E5B1702Cc3531e
Octal151552161332705430312336
Binary1101110110110001110101101110111010110011000011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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