#0D2F84

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

Shades of Smalt #0D2F84

Tints of Smalt #0D2F84

Color information

#0D2F84 (or 0x0D2F84) is unknown color: approx Smalt. HEX triplet: 0D, 2F and 84. RGB value is (13,47,132). Sum of RGB (Red+Green+Blue) = 13+47+132=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D2F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2F84 is #F2D07B. Grayscale: #2E2E2E. Windows color (decimal): -15913084 or 8662797. OLE color: 8662797.

HSL color Cylindrical-coordinate representation of color #0D2F84: hue angle of 222.86º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2F84 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1347132-
CMYK0.900.6400.48
HSL222.86º82.07%28.43%-
HSV(B)222.86º90.15%51.76%-
XYZ5.353.7822.28-
YUV46.52176.24104.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 132 (51.95% from 255) = 68.75%
R=6.77%
G=24.48%
B=68.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13471320.900.6400.48222.8682.0728.43
HexD2F845A40030df521c
Octal155720413210006033712234
Binary11011011111000010010110101000000011000011011111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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