#0D308E

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

Shades of Smalt #0D308E

Tints of Smalt #0D308E

Color information

#0D308E (or 0x0D308E) is unknown color: approx Smalt. HEX triplet: 0D, 30 and 8E. RGB value is (13,48,142). Sum of RGB (Red+Green+Blue) = 13+48+142=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D308E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D308E is #F2CF71. Grayscale: #2F2F2F. Windows color (decimal): -15912818 or 9318413. OLE color: 9318413.

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

Color convert

RGB1348142-
CMYK0.910.6600.44
HSL223.72º83.23%30.39%-
HSV(B)223.72º90.85%55.69%-
XYZ6.114.1526.07-
YUV48.25180.9102.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=6.40%
G=23.65%
B=69.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13481420.910.6600.44223.7283.2330.39
HexD308E5B4202Ce0531e
Octal156021613310205434012336
Binary11011100001000111010110111000010010110011100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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