#0448A9

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

Shades of Cobalt #0448A9

Tints of Cobalt #0448A9

Color information

#0448A9 (or 0x0448A9) is unknown color: approx Cobalt. HEX triplet: 04, 48 and A9. RGB value is (4,72,169). Sum of RGB (Red+Green+Blue) = 4+72+169=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 169 (66.41% from 255 or 68.98% from 245); Max value from RGB is 169 - color contains mainly: blue. Hex color #0448A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0448A9 is #FBB756. Grayscale: #3E3E3E. Windows color (decimal): -16496471 or 11094020. OLE color: 11094020.

HSL color Cylindrical-coordinate representation of color #0448A9: hue angle of 215.27º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448A9 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB472169-
CMYK0.980.5700.34
HSL215.27º95.38%33.92%-
HSV(B)215.27º97.63%66.27%-
XYZ9.537.5338.49-
YUV62.73187.9786.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 169 (66.41% from 255) = 68.98%
R=1.63%
G=29.39%
B=68.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal4721690.980.5700.34215.2795.3833.92
Hex448A96239022d75f22
Octal41102511427104232713742
Binary10010010001010100111000101110010100010110101111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0448A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0448A9; }

 p { color: rgb(4,72,169); }

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

<style>
 a { background-color: #0448A9; }

 a { background-color: rgb(4,72,169); }

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

<style>
 span { border-color: #0448A9; }

 span { border-color: rgb(4,72,169); }

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