#0C2987

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

Shades of Smalt #0C2987

Tints of Smalt #0C2987

Color information

#0C2987 (or 0x0C2987) is unknown color: approx Smalt. HEX triplet: 0C, 29 and 87. RGB value is (12,41,135). Sum of RGB (Red+Green+Blue) = 12+41+135=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C2987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2987 is #F3D678. Grayscale: #2A2A2A. Windows color (decimal): -15980153 or 8857868. OLE color: 8857868.

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

Color convert

RGB1241135-
CMYK0.910.7000.47
HSL225.85º83.67%28.82%-
HSV(B)225.85º91.11%52.94%-
XYZ5.323.4123.3-
YUV43.04179.89105.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.38%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 135 (53.12% from 255) = 71.81%
R=6.38%
G=21.81%
B=71.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12411350.910.7000.47225.8583.6728.82
HexC29875B4602Fe2541d
Octal145120713310605734212435
Binary11001010011000011110110111000110010111111100010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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