#1350AE

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

Shades of Cobalt #1350AE

Tints of Cobalt #1350AE

Color information

#1350AE (or 0x1350AE) is unknown color: approx Cobalt. HEX triplet: 13, 50 and AE. RGB value is (19,80,174). Sum of RGB (Red+Green+Blue) = 19+80+174=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #1350AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1350AE is #ECAF51. Grayscale: #484848. Windows color (decimal): -15511378 or 11423763. OLE color: 11423763.

HSL color Cylindrical-coordinate representation of color #1350AE: hue angle of 216.39º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1350AE is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1980174-
CMYK0.890.5400.32
HSL216.39º80.31%37.84%-
HSV(B)216.39º89.08%68.24%-
XYZ10.788.9341.2-
YUV72.48185.2989.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=6.96%
G=29.30%
B=63.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19801740.890.5400.32216.3980.3137.84
Hex1350AE5936020d85026
Octal231202561316604033012046
Binary1001110100001010111010110011101100100000110110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1350AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1350AE; }

 p { color: rgb(19,80,174); }

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

<style>
 a { background-color: #1350AE; }

 a { background-color: rgb(19,80,174); }

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

<style>
 span { border-color: #1350AE; }

 span { border-color: rgb(19,80,174); }

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