#0D6189

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

Shades of Allports #0D6189

Tints of Allports #0D6189

Color information

#0D6189 (or 0x0D6189) is unknown color: approx Allports. HEX triplet: 0D, 61 and 89. RGB value is (13,97,137). Sum of RGB (Red+Green+Blue) = 13+97+137=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D6189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6189 is #F29E76. Grayscale: #4C4C4C. Windows color (decimal): -15900279 or 9003277. OLE color: 9003277.

HSL color Cylindrical-coordinate representation of color #0D6189: hue angle of 199.35º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6189 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1397137-
CMYK0.910.2900.46
HSL199.35º82.67%29.41%-
HSV(B)199.35º90.51%53.73%-
XYZ8.9610.4425.21-
YUV76.44162.1782.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.26%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=5.26%
G=39.27%
B=55.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13971370.910.2900.46199.3582.6729.41
HexD61895B1D02Ec7531d
Octal151412111333505630712335
Binary1101110000110001001101101111101010111011000111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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