#0D2E8E

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

Shades of Smalt #0D2E8E

Tints of Smalt #0D2E8E

Color information

#0D2E8E (or 0x0D2E8E) is unknown color: approx Smalt. HEX triplet: 0D, 2E and 8E. RGB value is (13,46,142). Sum of RGB (Red+Green+Blue) = 13+46+142=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D2E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2E8E is #F2D171. Grayscale: #2E2E2E. Windows color (decimal): -15913330 or 9317901. OLE color: 9317901.

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

Color convert

RGB1346142-
CMYK0.910.6800.44
HSL224.65º83.23%30.39%-
HSV(B)224.65º90.85%55.69%-
XYZ6.033.9926.04-
YUV47.08181.57103.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.47%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=6.47%
G=22.89%
B=70.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13461420.910.6800.44224.6583.2330.39
HexD2E8E5B4402Ce1531e
Octal155621613310405434112336
Binary11011011101000111010110111000100010110011100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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