#1449A5

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

Shades of Cobalt #1449A5

Tints of Cobalt #1449A5

Color information

#1449A5 (or 0x1449A5) is unknown color: approx Cobalt. HEX triplet: 14, 49 and A5. RGB value is (20,73,165). Sum of RGB (Red+Green+Blue) = 20+73+165=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #1449A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1449A5 is #EBB65A. Grayscale: #434343. Windows color (decimal): -15447643 or 10832148. OLE color: 10832148.

HSL color Cylindrical-coordinate representation of color #1449A5: hue angle of 218.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1449A5 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2073165-
CMYK0.880.5600.35
HSL218.07º78.38%36.27%-
HSV(B)218.07º87.88%64.71%-
XYZ9.467.6336.57-
YUV67.64182.9494.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 165 (64.84% from 255) = 63.95%
R=7.75%
G=28.29%
B=63.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20731650.880.5600.35218.0778.3836.27
Hex1449A55838023da4e24
Octal241112451307004333211644
Binary1010010010011010010110110001110000100011110110101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1449A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1449A5; }

 p { color: rgb(20,73,165); }

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

<style>
 a { background-color: #1449A5; }

 a { background-color: rgb(20,73,165); }

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

<style>
 span { border-color: #1449A5; }

 span { border-color: rgb(20,73,165); }

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