#0440A9

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

Shades of Cobalt #0440A9

Tints of Cobalt #0440A9

Color information

#0440A9 (or 0x0440A9) is unknown color: approx Cobalt. HEX triplet: 04, 40 and A9. RGB value is (4,64,169). Sum of RGB (Red+Green+Blue) = 4+64+169=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #0440A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0440A9 is #FBBF56. Grayscale: #393939. Windows color (decimal): -16498519 or 11091972. OLE color: 11091972.

HSL color Cylindrical-coordinate representation of color #0440A9: hue angle of 218.18º 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 #0440A9 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB464169-
CMYK0.980.6200.34
HSL218.18º95.38%33.92%-
HSV(B)218.18º97.63%66.27%-
XYZ9.046.5638.33-
YUV58.03190.6289.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 169 (66.41% from 255) = 71.31%
R=1.69%
G=27.00%
B=71.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal4641690.980.6200.34218.1895.3833.92
Hex440A9623E022da5f22
Octal41002511427604233213742
Binary10010000001010100111000101111100100010110110101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0440A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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