Html Css Color HEX #0441AE Cobalt

📋 copy color: '#0441AE'

red 4 ◦ green 65 ◦ blue 174

#0441AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0441AE

Tints of Cobalt #0441AE

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.6%

R = 1.65%
G = 26.75%
B = 71.6%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0441AE (or 0x0441AE) is known color: 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

RGB 4 65 174 -
CMYK 0.98 0.63 0 0.32
HSL 218.47º 0.96% 0.35% -
HSV(B) 218.47º 0.98% 0.68% -
XYZ 9.58 6.86 40.86 -
YUV 59.19 192.79 88.64 -
System Red Green Blue C M Y K H S L
Decimal 4 65 174 0.98 0.63 0 0.32 218.47 0.96 0.35
Hex 4 41 AE 62 3F 0 20 DA 60 23
Octal 4 101 256 142 77 0 40 332 140 43
Binary 100 1000001 10101110 1100010 111111 0 100000 11011010 1100000 100011

Color Harmonies of #0441AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0441AE

Black with #0441AE

Text Example


Text Example

White with #0441AE

Text Example


Text Example

HTML Codes & Css Web 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>