#0D6185

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

Shades of Allports #0D6185

Tints of Allports #0D6185

Color information

#0D6185 (or 0x0D6185) is unknown color: approx Allports. HEX triplet: 0D, 61 and 85. RGB value is (13,97,133). Sum of RGB (Red+Green+Blue) = 13+97+133=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D6185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6185 is #F29E7A. Grayscale: #4B4B4B. Windows color (decimal): -15900283 or 8741133. OLE color: 8741133.

HSL color Cylindrical-coordinate representation of color #0D6185: hue angle of 198º 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 #0D6185 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1397133-
CMYK0.900.2700.48
HSL198º82.19%28.63%-
HSV(B)198º90.23%52.16%-
XYZ8.6710.3323.73-
YUV75.99160.1783.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=5.35%
G=39.92%
B=54.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13971330.900.2700.4819882.1928.63
HexD61855A1B030c6521d
Octal151412051323306030612235
Binary1101110000110000101101101011011011000011000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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