#0D2F8B

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

Shades of Smalt #0D2F8B

Tints of Smalt #0D2F8B

Color information

#0D2F8B (or 0x0D2F8B) is unknown color: approx Smalt. HEX triplet: 0D, 2F and 8B. RGB value is (13,47,139). Sum of RGB (Red+Green+Blue) = 13+47+139=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D2F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2F8B is #F2D074. Grayscale: #2E2E2E. Windows color (decimal): -15913077 or 9121549. OLE color: 9121549.

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

Color convert

RGB1347139-
CMYK0.910.6600.45
HSL223.81º82.89%29.8%-
HSV(B)223.81º90.65%54.51%-
XYZ5.843.9824.89-
YUV47.32179.74103.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 139 (54.69% from 255) = 69.85%
R=6.53%
G=23.62%
B=69.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13471390.910.6600.45223.8182.8929.8
HexD2F8B5B4202De0531e
Octal155721313310205534012336
Binary11011011111000101110110111000010010110111100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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