Html Css Color HEX #044AAC Cobalt

📋 copy color: '#044AAC'

red 4 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #044AAC

Tints of Cobalt #044AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 1.6%
G = 29.6%
B = 68.8%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#044AAC (or 0x044AAC) is known color: Cobalt. HEX triplet: 04, 4A and AC. RGB value is (4,74,172). Sum of RGB (Red+Green+Blue) = 4+74+172=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #044AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044AAC is #FBB553. Grayscale: #3F3F3F. Windows color (decimal): -16495956 or 11291140. OLE color: 11291140.

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

Color convert

RGB 4 74 172 -
CMYK 0.98 0.57 0 0.33
HSL 215º 0.95% 0.35% -
HSV(B) 215º 0.98% 0.67% -
XYZ 9.95 7.9 40.03 -
YUV 64.24 188.81 85.03 -
System Red Green Blue C M Y K H S L
Decimal 4 74 172 0.98 0.57 0 0.33 215 0.95 0.35
Hex 4 4A AC 62 39 0 21 D7 5F 23
Octal 4 112 254 142 71 0 41 327 137 43
Binary 100 1001010 10101100 1100010 111001 0 100001 11010111 1011111 100011

Color Harmonies of #044AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AAC

Black with #044AAC

Text Example


Text Example

White with #044AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,74,172); }

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

background-color css

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

 a { background-color: rgb(4,74,172); }

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

border-color css

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

 span { border-color: rgb(4,74,172); }

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