#0D388A

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

Shades of Smalt #0D388A

Tints of Smalt #0D388A

Color information

#0D388A (or 0x0D388A) is unknown color: approx Smalt. HEX triplet: 0D, 38 and 8A. RGB value is (13,56,138). Sum of RGB (Red+Green+Blue) = 13+56+138=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D388A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D388A is #F2C775. Grayscale: #343434. Windows color (decimal): -15910774 or 9058317. OLE color: 9058317.

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

Color convert

RGB1356138-
CMYK0.910.5900.46
HSL219.36º82.78%29.61%-
HSV(B)219.36º90.58%54.12%-
XYZ6.174.7524.64-
YUV52.49176.2599.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=6.28%
G=27.05%
B=66.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13561380.910.5900.46219.3682.7829.61
HexD388A5B3B02Edb531e
Octal15702121337305633312336
Binary1101111000100010101011011111011010111011011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,56,138); }

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

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

 a { background-color: rgb(13,56,138); }

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

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

 span { border-color: rgb(13,56,138); }

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