#0441AE

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

Shades of Cobalt #0441AE

Tints of Cobalt #0441AE

Color information

#0441AE (or 0x0441AE) is unknown color: approx Cobalt. HEX triplet: 04, 41 and AE. RGB value is (4,65,174). Sum of RGB (Red+Green+Blue) = 4+65+174=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #0441AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0441AE is #FBBE51. Grayscale: #3A3A3A. Windows color (decimal): -16498258 or 11419908. OLE color: 11419908.

HSL color Cylindrical-coordinate representation of color #0441AE: hue angle of 218.47º degrees, saturation: 0.96, 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 #0441AE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB465174-
CMYK0.980.6300.32
HSL218.47º95.51%34.9%-
HSV(B)218.47º97.7%68.24%-
XYZ9.586.8640.86-
YUV59.19192.7988.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 174 (68.36% from 255) = 71.60%
R=1.65%
G=26.75%
B=71.60%

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
Decimal4651740.980.6300.32218.4795.5134.9
Hex441AE623F020da6023
Octal41012561427704033214043
Binary10010000011010111011000101111110100000110110101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0441AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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