#0D2E8B

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

Shades of Smalt #0D2E8B

Tints of Smalt #0D2E8B

Color information

#0D2E8B (or 0x0D2E8B) is unknown color: approx Smalt. HEX triplet: 0D, 2E and 8B. RGB value is (13,46,139). Sum of RGB (Red+Green+Blue) = 13+46+139=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D2E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2E8B is #F2D174. Grayscale: #2E2E2E. Windows color (decimal): -15913333 or 9121293. OLE color: 9121293.

HSL color Cylindrical-coordinate representation of color #0D2E8B: hue angle of 224.29º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2E8B is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1346139-
CMYK0.910.6700.45
HSL224.29º82.89%29.8%-
HSV(B)224.29º90.65%54.51%-
XYZ5.83.924.87-
YUV46.74180.07103.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.57%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=6.57%
G=23.23%
B=70.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13461390.910.6700.45224.2982.8929.8
HexD2E8B5B4302De0531e
Octal155621313310305534012336
Binary11011011101000101110110111000011010110111100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,46,139); }

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

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

 a { background-color: rgb(13,46,139); }

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

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

 span { border-color: rgb(13,46,139); }

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