Html Css Color HEX #044FAC Cobalt

📋 copy color: '#044FAC'

red 4 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #044FAC

Tints of Cobalt #044FAC

RGB

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

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

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

R = 1.57%
G = 30.98%
B = 67.45%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#044FAC (or 0x044FAC) is known color: Cobalt. HEX triplet: 04, 4F and AC. RGB value is (4,79,172). Sum of RGB (Red+Green+Blue) = 4+79+172=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #044FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FAC is #FBB053. Grayscale: #424242. Windows color (decimal): -16494676 or 11292420. OLE color: 11292420.

HSL color Cylindrical-coordinate representation of color #044FAC: hue angle of 213.21º 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 #044FAC is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 79 172 -
CMYK 0.98 0.54 0 0.33
HSL 213.21º 0.95% 0.35% -
HSV(B) 213.21º 0.98% 0.67% -
XYZ 10.29 8.6 40.15 -
YUV 67.18 187.15 82.94 -
System Red Green Blue C M Y K H S L
Decimal 4 79 172 0.98 0.54 0 0.33 213.21 0.95 0.35
Hex 4 4F AC 62 36 0 21 D5 5F 23
Octal 4 117 254 142 66 0 41 325 137 43
Binary 100 1001111 10101100 1100010 110110 0 100001 11010101 1011111 100011

Color Harmonies of #044FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FAC

Black with #044FAC

Text Example


Text Example

White with #044FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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