#0D6493

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

Shades of Allports #0D6493

Tints of Allports #0D6493

Color information

#0D6493 (or 0x0D6493) is unknown color: approx Allports. HEX triplet: 0D, 64 and 93. RGB value is (13,100,147). Sum of RGB (Red+Green+Blue) = 13+100+147=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D6493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6493 is #F29B6C. Grayscale: #4F4F4F. Windows color (decimal): -15899501 or 9659405. OLE color: 9659405.

HSL color Cylindrical-coordinate representation of color #0D6493: hue angle of 201.04º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6493 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13100147-
CMYK0.910.3200.42
HSL201.04º83.75%31.37%-
HSV(B)201.04º91.16%57.65%-
XYZ9.9911.3129.26-
YUV79.34166.1880.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=5%
G=38.46%
B=56.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131001470.910.3200.42201.0483.7531.37
HexD64935B2002Ac9541f
Octal151442231334005231112437
Binary11011100100100100111011011100000010101011001001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,100,147); }

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

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

 a { background-color: rgb(13,100,147); }

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

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

 span { border-color: rgb(13,100,147); }

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