#0D2692

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

Shades of Smalt #0D2692

Tints of Smalt #0D2692

Color information

#0D2692 (or 0x0D2692) is unknown color: approx Smalt. HEX triplet: 0D, 26 and 92. RGB value is (13,38,146). Sum of RGB (Red+Green+Blue) = 13+38+146=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D2692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2692 is #F2D96D. Grayscale: #2A2A2A. Windows color (decimal): -15915374 or 9577997. OLE color: 9577997.

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

Color convert

RGB1338146-
CMYK0.910.7400.43
HSL228.72º83.65%31.18%-
HSV(B)228.72º91.1%57.25%-
XYZ6.053.5527.56-
YUV42.84186.22106.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.60%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 146 (57.42% from 255) = 74.11%
R=6.60%
G=19.29%
B=74.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13381460.910.7400.43228.7283.6531.18
HexD26925B4A02Be5541f
Octal154622213311205334512437
Binary11011001101001001010110111001010010101111100101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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