#0C2B87

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

Shades of Smalt #0C2B87

Tints of Smalt #0C2B87

Color information

#0C2B87 (or 0x0C2B87) is unknown color: approx Smalt. HEX triplet: 0C, 2B and 87. RGB value is (12,43,135). Sum of RGB (Red+Green+Blue) = 12+43+135=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C2B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2B87 is #F3D478. Grayscale: #2B2B2B. Windows color (decimal): -15979641 or 8858380. OLE color: 8858380.

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

Color convert

RGB1243135-
CMYK0.910.6800.47
HSL224.88º83.67%28.82%-
HSV(B)224.88º91.11%52.94%-
XYZ5.393.5623.32-
YUV44.22179.23105.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 135 (53.12% from 255) = 71.05%
R=6.32%
G=22.63%
B=71.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12431350.910.6800.47224.8883.6728.82
HexC2B875B4402Fe1541d
Octal145320713310405734112435
Binary11001010111000011110110111000100010111111100001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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