#0D6D8B

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

Shades of Allports #0D6D8B

Tints of Allports #0D6D8B

Color information

#0D6D8B (or 0x0D6D8B) is unknown color: approx Allports. HEX triplet: 0D, 6D and 8B. RGB value is (13,109,139). Sum of RGB (Red+Green+Blue) = 13+109+139=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D6D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6D8B is #F29274. Grayscale: #535353. Windows color (decimal): -15897205 or 9137421. OLE color: 9137421.

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

Color convert

RGB13109139-
CMYK0.910.2200.45
HSL194.29º82.89%29.8%-
HSV(B)194.29º90.65%54.51%-
XYZ10.2912.8926.37-
YUV83.72159.277.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=4.98%
G=41.76%
B=53.26%

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
Decimal131091390.910.2200.45194.2982.8929.8
HexD6D8B5B1602Dc2531e
Octal151552131332605530212336
Binary1101110110110001011101101110110010110111000010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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