#0440AD

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

Shades of Cobalt #0440AD

Tints of Cobalt #0440AD

Color information

#0440AD (or 0x0440AD) is unknown color: approx Cobalt. HEX triplet: 04, 40 and AD. RGB value is (4,64,173). Sum of RGB (Red+Green+Blue) = 4+64+173=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #0440AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0440AD is #FBBF52. Grayscale: #393939. Windows color (decimal): -16498515 or 11354116. OLE color: 11354116.

HSL color Cylindrical-coordinate representation of color #0440AD: hue angle of 218.7º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0440AD is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB464173-
CMYK0.980.6300.32
HSL218.7º95.48%34.71%-
HSV(B)218.7º97.69%67.84%-
XYZ9.436.7140.33-
YUV58.49192.6289.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 173 (67.97% from 255) = 71.78%
R=1.66%
G=26.56%
B=71.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4641730.980.6300.32218.795.4834.71
Hex440AD623F020db5f23
Octal41002551427704033313743
Binary10010000001010110111000101111110100000110110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0440AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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