#0441A5

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

Shades of Cobalt #0441A5

Tints of Cobalt #0441A5

Color information

#0441A5 (or 0x0441A5) is unknown color: approx Cobalt. HEX triplet: 04, 41 and A5. RGB value is (4,65,165). Sum of RGB (Red+Green+Blue) = 4+65+165=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #0441A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0441A5 is #FBBE5A. Grayscale: #393939. Windows color (decimal): -16498267 or 10830084. OLE color: 10830084.

HSL color Cylindrical-coordinate representation of color #0441A5: hue angle of 217.27º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0441A5 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB465165-
CMYK0.980.6100.35
HSL217.27º95.27%33.14%-
HSV(B)217.27º97.58%64.71%-
XYZ8.736.5236.4-
YUV58.16188.2989.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 165 (64.84% from 255) = 70.51%
R=1.71%
G=27.78%
B=70.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4651650.980.6100.35217.2795.2733.14
Hex441A5623D023d95f21
Octal41012451427504333113741
Binary10010000011010010111000101111010100011110110011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0441A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,65,165); }

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

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

 a { background-color: rgb(4,65,165); }

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

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

 span { border-color: rgb(4,65,165); }

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