#0d4397

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

Shades of Smalt #0D4397

Tints of Smalt #0D4397

Color information

#0D4397 (or 0x0D4397) is unknown color: approx Smalt. HEX triplet: 0D, 43 and 97. RGB value is (13,67,151). Sum of RGB (Red+Green+Blue) = 13+67+151=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D4397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4397 is #F2BC68. Grayscale: #3C3C3C. Windows color (decimal): -15907945 or 9913101. OLE color: 9913101.

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

Color convert

RGB1367151-
CMYK0.910.5600.41
HSL216.52º84.15%32.16%-
HSV(B)216.52º91.39%59.22%-
XYZ7.766.3330.09-
YUV60.43179.1194.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 151 (59.38% from 255) = 65.37%
R=5.63%
G=29.00%
B=65.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13671510.910.5600.41216.5284.1532.16
HexD43975B38029d95420
Octal151032271337005133112440
Binary110110000111001011110110111110000101001110110011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d4397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,67,151); }

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

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

 a { background-color: rgb(13,67,151); }

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

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

 span { border-color: rgb(13,67,151); }

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