#0C388C

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

Shades of Smalt #0C388C

Tints of Smalt #0C388C

Color information

#0C388C (or 0x0C388C) is unknown color: approx Smalt. HEX triplet: 0C, 38 and 8C. RGB value is (12,56,140). Sum of RGB (Red+Green+Blue) = 12+56+140=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C388C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C388C is #F3C773. Grayscale: #343434. Windows color (decimal): -15976308 or 9189388. OLE color: 9189388.

HSL color Cylindrical-coordinate representation of color #0C388C: hue angle of 219.38º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C388C is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1256140-
CMYK0.910.600.45
HSL219.38º84.21%29.8%-
HSV(B)219.38º91.43%54.9%-
XYZ6.34.825.41-
YUV52.42177.4299.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 140 (55.08% from 255) = 67.31%
R=5.77%
G=26.92%
B=67.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12561400.910.600.45219.3884.2129.8
HexC388C5B3C02Ddb541e
Octal14702141337405533312436
Binary1100111000100011001011011111100010110111011011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,56,140); }

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

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

 a { background-color: rgb(12,56,140); }

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

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

 span { border-color: rgb(12,56,140); }

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