#0D3792

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

Shades of Smalt #0D3792

Tints of Smalt #0D3792

Color information

#0D3792 (or 0x0D3792) is unknown color: approx Smalt. HEX triplet: 0D, 37 and 92. RGB value is (13,55,146). Sum of RGB (Red+Green+Blue) = 13+55+146=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D3792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3792 is #F2C86D. Grayscale: #343434. Windows color (decimal): -15911022 or 9582349. OLE color: 9582349.

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

Color convert

RGB1355146-
CMYK0.910.6200.43
HSL221.05º83.65%31.18%-
HSV(B)221.05º91.1%57.25%-
XYZ6.724.8927.78-
YUV52.82180.5999.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.07%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 146 (57.42% from 255) = 68.22%
R=6.07%
G=25.70%
B=68.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13551460.910.6200.43221.0583.6531.18
HexD37925B3E02Bdd541f
Octal15672221337605333512437
Binary1101110111100100101011011111110010101111011101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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