#1346B1

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

Shades of Cobalt #1346B1

Tints of Cobalt #1346B1

Color information

#1346B1 (or 0x1346B1) is unknown color: approx Cobalt. HEX triplet: 13, 46 and B1. RGB value is (19,70,177). Sum of RGB (Red+Green+Blue) = 19+70+177=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 177 (69.53% from 255 or 66.54% from 266); Max value from RGB is 177 - color contains mainly: blue. Hex color #1346B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1346B1 is #ECB94E. Grayscale: #424242. Windows color (decimal): -15513935 or 11617811. OLE color: 11617811.

HSL color Cylindrical-coordinate representation of color #1346B1: hue angle of 220.63º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1346B1 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1970177-
CMYK0.890.6000.31
HSL220.63º80.61%38.43%-
HSV(B)220.63º89.27%69.41%-
XYZ10.397.6942.53-
YUV66.95190.193.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 177 (69.53% from 255) = 66.54%
R=7.14%
G=26.32%
B=66.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19701770.890.6000.31220.6380.6138.43
Hex1346B1593C01Fdd5126
Octal231062611317403733512146
Binary100111000110101100011011001111100011111110111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1346B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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