#0D3892

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

Shades of Smalt #0D3892

Tints of Smalt #0D3892

Color information

#0D3892 (or 0x0D3892) is unknown color: approx Smalt. HEX triplet: 0D, 38 and 92. RGB value is (13,56,146). Sum of RGB (Red+Green+Blue) = 13+56+146=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D3892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3892 is #F2C76D. Grayscale: #353535. Windows color (decimal): -15910766 or 9582605. OLE color: 9582605.

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

Color convert

RGB1356146-
CMYK0.910.6200.43
HSL220.6º83.65%31.18%-
HSV(B)220.6º91.1%57.25%-
XYZ6.774.9927.8-
YUV53.4180.2599.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.05%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 146 (57.42% from 255) = 67.91%
R=6.05%
G=26.05%
B=67.91%

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
Decimal13561460.910.6200.43220.683.6531.18
HexD38925B3E02Bdd541f
Octal15702221337605333512437
Binary1101111000100100101011011111110010101111011101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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