#0C3787

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

Shades of Smalt #0C3787

Tints of Smalt #0C3787

Color information

#0C3787 (or 0x0C3787) is unknown color: approx Smalt. HEX triplet: 0C, 37 and 87. RGB value is (12,55,135). Sum of RGB (Red+Green+Blue) = 12+55+135=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C3787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3787 is #F3C878. Grayscale: #323232. Windows color (decimal): -15976569 or 8861452. OLE color: 8861452.

HSL color Cylindrical-coordinate representation of color #0C3787: hue angle of 219.02º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3787 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1255135-
CMYK0.910.5900.47
HSL219.02º83.67%28.82%-
HSV(B)219.02º91.11%52.94%-
XYZ5.894.5623.49-
YUV51.26175.25100-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 135 (53.12% from 255) = 66.83%
R=5.94%
G=27.23%
B=66.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12551350.910.5900.47219.0283.6728.82
HexC37875B3B02Fdb541d
Octal14672071337305733312435
Binary1100110111100001111011011111011010111111011011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,55,135); }

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

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

 a { background-color: rgb(12,55,135); }

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

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

 span { border-color: rgb(12,55,135); }

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