#0C2688

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

Shades of Smalt #0C2688

Tints of Smalt #0C2688

Color information

#0C2688 (or 0x0C2688) is unknown color: approx Smalt. HEX triplet: 0C, 26 and 88. RGB value is (12,38,136). Sum of RGB (Red+Green+Blue) = 12+38+136=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C2688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2688 is #F3D977. Grayscale: #282828. Windows color (decimal): -15980920 or 8922636. OLE color: 8922636.

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

Color convert

RGB1238136-
CMYK0.910.7200.47
HSL227.42º83.78%29.02%-
HSV(B)227.42º91.18%53.33%-
XYZ5.293.2423.64-
YUV41.4181.39107.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 136 (53.52% from 255) = 73.12%
R=6.45%
G=20.43%
B=73.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12381360.910.7200.47227.4283.7829.02
HexC26885B4802Fe3541d
Octal144621013311005734312435
Binary11001001101000100010110111001000010111111100011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,38,136); }

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

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

 a { background-color: rgb(12,38,136); }

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

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

 span { border-color: rgb(12,38,136); }

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