#0D6C8E

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

Shades of Allports #0D6C8E

Tints of Allports #0D6C8E

Color information

#0D6C8E (or 0x0D6C8E) is unknown color: approx Allports. HEX triplet: 0D, 6C and 8E. RGB value is (13,108,142). Sum of RGB (Red+Green+Blue) = 13+108+142=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D6C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6C8E is #F29371. Grayscale: #535353. Windows color (decimal): -15897458 or 9333773. OLE color: 9333773.

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

Color convert

RGB13108142-
CMYK0.910.2400.44
HSL195.81º83.23%30.39%-
HSV(B)195.81º90.85%55.69%-
XYZ10.4112.7627.51-
YUV83.47161.0377.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.94%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=4.94%
G=41.06%
B=53.99%

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
Decimal131081420.910.2400.44195.8183.2330.39
HexD6C8E5B1802Cc4531e
Octal151542161333005430412336
Binary1101110110010001110101101111000010110011000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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