Html Css Color HEX #044FA1 Cobalt

📋 copy color: '#044FA1'

red 4 ◦ green 79 ◦ blue 161

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

Shades of Cobalt #044FA1

Tints of Cobalt #044FA1

RGB

 RED value IS 4 (1.95% from 255) = 1.64%

 GREEN value IS 79 (31.25% from 255) = 32.38%

 BLUE value IS 161 (63.28% from 255) = 65.98%

R = 1.64%
G = 32.38%
B = 65.98%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#044FA1 (or 0x044FA1) is known color: Cobalt. HEX triplet: 04, 4F and A1. RGB value is (4,79,161). Sum of RGB (Red+Green+Blue) = 4+79+161=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #044FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FA1 is #FBB05E. Grayscale: #414141. Windows color (decimal): -16494687 or 10571524. OLE color: 10571524.

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

Color convert

RGB 4 79 161 -
CMYK 0.98 0.51 0 0.37
HSL 211.34º 0.95% 0.32% -
HSV(B) 211.34º 0.98% 0.63% -
XYZ 9.28 8.19 34.81 -
YUV 65.92 181.65 83.83 -
System Red Green Blue C M Y K H S L
Decimal 4 79 161 0.98 0.51 0 0.37 211.34 0.95 0.32
Hex 4 4F A1 62 33 0 25 D3 5F 20
Octal 4 117 241 142 63 0 45 323 137 40
Binary 100 1001111 10100001 1100010 110011 0 100101 11010011 1011111 100000

Color Harmonies of #044FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FA1

Black with #044FA1

Text Example


Text Example

White with #044FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044FA1; }

 p { color: rgb(4,79,161); }

 H1.HeaderClassName
 {
   color: #044FA1;
 }
 .AnyTagClassName
 {
   color: #044FA1;
 }
</style>

background-color css

<style>
 a { background-color: #044FA1; }

 a { background-color: rgb(4,79,161); }

 div.DivClassName
 {
   background-color: #044FA1;
 }
 .BgClassName
 {
   background-color: #044FA1;
 }
</style>

border-color css

<style>
 span { border-color: #044FA1; }

 span { border-color: rgb(4,79,161); }

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