#0D2793

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

Shades of Smalt #0D2793

Tints of Smalt #0D2793

Color information

#0D2793 (or 0x0D2793) is unknown color: approx Smalt. HEX triplet: 0D, 27 and 93. RGB value is (13,39,147). Sum of RGB (Red+Green+Blue) = 13+39+147=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D2793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2793 is #F2D86C. Grayscale: #2B2B2B. Windows color (decimal): -15915117 or 9643789. OLE color: 9643789.

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

Color convert

RGB1339147-
CMYK0.910.7300.42
HSL228.36º83.75%31.37%-
HSV(B)228.36º91.16%57.65%-
XYZ6.163.6427.98-
YUV43.54186.39106.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=6.53%
G=19.60%
B=73.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13391470.910.7300.42228.3683.7531.37
HexD27935B4902Ae4541f
Octal154722313311105234412437
Binary11011001111001001110110111001001010101011100100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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