#0D6089

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

Shades of Allports #0D6089

Tints of Allports #0D6089

Color information

#0D6089 (or 0x0D6089) is unknown color: approx Allports. HEX triplet: 0D, 60 and 89. RGB value is (13,96,137). Sum of RGB (Red+Green+Blue) = 13+96+137=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D6089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6089 is #F29F76. Grayscale: #4B4B4B. Windows color (decimal): -15900535 or 9003021. OLE color: 9003021.

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

Color convert

RGB1396137-
CMYK0.910.3000.46
HSL199.84º82.67%29.41%-
HSV(B)199.84º90.51%53.73%-
XYZ8.8610.2625.18-
YUV75.86162.583.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.28%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 137 (53.91% from 255) = 55.69%
R=5.28%
G=39.02%
B=55.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13961370.910.3000.46199.8482.6729.41
HexD60895B1E02Ec8531d
Octal151402111333605631012335
Binary1101110000010001001101101111110010111011001000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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