#0C349A

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

Shades of Smalt #0C349A

Tints of Smalt #0C349A

Color information

#0C349A (or 0x0C349A) is unknown color: approx Smalt. HEX triplet: 0C, 34 and 9A. RGB value is (12,52,154). Sum of RGB (Red+Green+Blue) = 12+52+154=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C349A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C349A is #F3CB65. Grayscale: #333333. Windows color (decimal): -15977318 or 10105868. OLE color: 10105868.

HSL color Cylindrical-coordinate representation of color #0C349A: hue angle of 223.1º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C349A is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1252154-
CMYK0.920.6600.40
HSL223.1º85.54%32.55%-
HSV(B)223.1º92.21%60.39%-
XYZ7.214.8731.13-
YUV51.67185.7599.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 154 (60.55% from 255) = 70.64%
R=5.50%
G=23.85%
B=70.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12521540.920.6600.40223.185.5432.55
HexC349A5C42028df5621
Octal146423213410205033712641
Binary110011010010011010101110010000100101000110111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,154); }

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

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

 a { background-color: rgb(12,52,154); }

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

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

 span { border-color: rgb(12,52,154); }

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