#0D6993

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

Shades of Allports #0D6993

Tints of Allports #0D6993

Color information

#0D6993 (or 0x0D6993) is unknown color: approx Allports. HEX triplet: 0D, 69 and 93. RGB value is (13,105,147). Sum of RGB (Red+Green+Blue) = 13+105+147=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D6993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6993 is #F2966C. Grayscale: #525252. Windows color (decimal): -15898221 or 9660685. OLE color: 9660685.

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

Color convert

RGB13105147-
CMYK0.910.2900.42
HSL198.81º83.75%31.37%-
HSV(B)198.81º91.16%57.65%-
XYZ10.4812.329.42-
YUV82.28164.5278.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=4.91%
G=39.62%
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.42
SystemRedGreenBlueCMYKHSL
Decimal131051470.910.2900.42198.8183.7531.37
HexD69935B1D02Ac7541f
Octal151512231333505230712437
Binary1101110100110010011101101111101010101011000111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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