Html Css Color HEX #044FAD Cobalt

📋 copy color: '#044FAD'

red 4 ◦ green 79 ◦ blue 173

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

Shades of Cobalt #044FAD

Tints of Cobalt #044FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 1.56%
G = 30.86%
B = 67.58%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#044FAD (or 0x044FAD) is known color: Cobalt. HEX triplet: 04, 4F and AD. RGB value is (4,79,173). Sum of RGB (Red+Green+Blue) = 4+79+173=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #044FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FAD is #FBB052. Grayscale: #424242. Windows color (decimal): -16494675 or 11357956. OLE color: 11357956.

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

Color convert

RGB 4 79 173 -
CMYK 0.98 0.54 0 0.32
HSL 213.37º 0.95% 0.35% -
HSV(B) 213.37º 0.98% 0.68% -
XYZ 10.39 8.63 40.65 -
YUV 67.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 4 79 173 0.98 0.54 0 0.32 213.37 0.95 0.35
Hex 4 4F AD 62 36 0 20 D5 5F 23
Octal 4 117 255 142 66 0 40 325 137 43
Binary 100 1001111 10101101 1100010 110110 0 100000 11010101 1011111 100011

Color Harmonies of #044FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FAD

Black with #044FAD

Text Example


Text Example

White with #044FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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