#1448A3

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

Shades of Cobalt #1448A3

Tints of Cobalt #1448A3

Color information

#1448A3 (or 0x1448A3) is unknown color: approx Cobalt. HEX triplet: 14, 48 and A3. RGB value is (20,72,163). Sum of RGB (Red+Green+Blue) = 20+72+163=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #1448A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1448A3 is #EBB75C. Grayscale: #424242. Windows color (decimal): -15447901 or 10700820. OLE color: 10700820.

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

Color convert

RGB2072163-
CMYK0.880.5600.36
HSL218.18º78.14%35.88%-
HSV(B)218.18º87.73%63.92%-
XYZ9.227.4335.6-
YUV66.83182.2794.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 163 (64.06% from 255) = 63.92%
R=7.84%
G=28.24%
B=63.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20721630.880.5600.36218.1878.1435.88
Hex1448A35838024da4e24
Octal241102431307004433211644
Binary1010010010001010001110110001110000100100110110101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1448A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1448A3; }

 p { color: rgb(20,72,163); }

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

<style>
 a { background-color: #1448A3; }

 a { background-color: rgb(20,72,163); }

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

<style>
 span { border-color: #1448A3; }

 span { border-color: rgb(20,72,163); }

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