#0D2F8E

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

Shades of Smalt #0D2F8E

Tints of Smalt #0D2F8E

Color information

#0D2F8E (or 0x0D2F8E) is unknown color: approx Smalt. HEX triplet: 0D, 2F and 8E. RGB value is (13,47,142). Sum of RGB (Red+Green+Blue) = 13+47+142=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D2F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2F8E is #F2D071. Grayscale: #2F2F2F. Windows color (decimal): -15913074 or 9318157. OLE color: 9318157.

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

Color convert

RGB1347142-
CMYK0.910.6700.44
HSL224.19º83.23%30.39%-
HSV(B)224.19º90.85%55.69%-
XYZ6.064.0726.06-
YUV47.66181.24103.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.44%
GREEN value IS 47 (18.75% from 255) = 23.27%
BLUE value IS 142 (55.86% from 255) = 70.30%
R=6.44%
G=23.27%
B=70.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13471420.910.6700.44224.1983.2330.39
HexD2F8E5B4302Ce0531e
Octal155721613310305434012336
Binary11011011111000111010110111000011010110011100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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