#0D6392

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

Shades of Allports #0D6392

Tints of Allports #0D6392

Color information

#0D6392 (or 0x0D6392) is unknown color: approx Allports. HEX triplet: 0D, 63 and 92. RGB value is (13,99,146). Sum of RGB (Red+Green+Blue) = 13+99+146=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D6392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6392 is #F29C6D. Grayscale: #4E4E4E. Windows color (decimal): -15899758 or 9593613. OLE color: 9593613.

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

Color convert

RGB1399146-
CMYK0.910.3200.43
HSL201.2º83.65%31.18%-
HSV(B)201.2º91.1%57.25%-
XYZ9.8211.0828.82-
YUV78.64166.0181.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.04%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=5.04%
G=38.37%
B=56.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13991460.910.3200.43201.283.6531.18
HexD63925B2002Bc9541f
Octal151432221334005331112437
Binary11011100011100100101011011100000010101111001001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,99,146); }

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

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

 a { background-color: rgb(13,99,146); }

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

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

 span { border-color: rgb(13,99,146); }

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