#1346AA

Color #1346AA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1346AA

Tints of Cobalt #1346AA

Color information

#1346AA (or 0x1346AA) is unknown color: approx Cobalt. HEX triplet: 13, 46 and AA. RGB value is (19,70,170). Sum of RGB (Red+Green+Blue) = 19+70+170=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #1346AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1346AA is #ECB955. Grayscale: #414141. Windows color (decimal): -15513942 or 11159059. OLE color: 11159059.

HSL color Cylindrical-coordinate representation of color #1346AA: hue angle of 219.74º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1346AA is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1970170-
CMYK0.890.5900.33
HSL219.74º79.89%37.06%-
HSV(B)219.74º88.82%66.67%-
XYZ9.717.4238.95-
YUV66.15186.694.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 170 (66.80% from 255) = 65.64%
R=7.34%
G=27.03%
B=65.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19701700.890.5900.33219.7479.8937.06
Hex1346AA593B021dc5025
Octal231062521317304133412045
Binary1001110001101010101010110011110110100001110111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1346AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1346AA; }

 p { color: rgb(19,70,170); }

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

<style>
 a { background-color: #1346AA; }

 a { background-color: rgb(19,70,170); }

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

<style>
 span { border-color: #1346AA; }

 span { border-color: rgb(19,70,170); }

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