#0D3699

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

Shades of Smalt #0D3699

Tints of Smalt #0D3699

Color information

#0D3699 (or 0x0D3699) is unknown color: approx Smalt. HEX triplet: 0D, 36 and 99. RGB value is (13,54,153). Sum of RGB (Red+Green+Blue) = 13+54+153=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D3699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3699 is #F2C966. Grayscale: #343434. Windows color (decimal): -15911271 or 10040845. OLE color: 10040845.

HSL color Cylindrical-coordinate representation of color #0D3699: hue angle of 222.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D3699 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1354153-
CMYK0.920.6500.4
HSL222.43º84.34%32.55%-
HSV(B)222.43º91.5%60%-
XYZ7.235.0230.73-
YUV53.03184.4299.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 153 (60.16% from 255) = 69.55%
R=5.91%
G=24.55%
B=69.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13541530.920.6500.4222.4384.3432.55
HexD36995C41028de5421
Octal156623113410105033612441
Binary110111011010011001101110010000010101000110111101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,54,153); }

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

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

 a { background-color: rgb(13,54,153); }

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

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

 span { border-color: rgb(13,54,153); }

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