Html Css Color HEX #044DAF Cobalt

📋 copy color: '#044DAF'

red 4 ◦ green 77 ◦ blue 175

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

Shades of Cobalt #044DAF

Tints of Cobalt #044DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 1.56%
G = 30.08%
B = 68.36%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#044DAF (or 0x044DAF) is known color: Cobalt. HEX triplet: 04, 4D and AF. RGB value is (4,77,175). Sum of RGB (Red+Green+Blue) = 4+77+175=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #044DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044DAF is #FBB250. Grayscale: #414141. Windows color (decimal): -16495185 or 11488516. OLE color: 11488516.

HSL color Cylindrical-coordinate representation of color #044DAF: hue angle of 214.39º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DAF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 77 175 -
CMYK 0.98 0.56 0 0.31
HSL 214.39º 0.96% 0.35% -
HSV(B) 214.39º 0.98% 0.69% -
XYZ 10.44 8.43 41.63 -
YUV 66.35 189.32 83.53 -
System Red Green Blue C M Y K H S L
Decimal 4 77 175 0.98 0.56 0 0.31 214.39 0.96 0.35
Hex 4 4D AF 62 38 0 1F D6 60 23
Octal 4 115 257 142 70 0 37 326 140 43
Binary 100 1001101 10101111 1100010 111000 0 11111 11010110 1100000 100011

Color Harmonies of #044DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DAF

Black with #044DAF

Text Example


Text Example

White with #044DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,175); }

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

background-color css

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

 a { background-color: rgb(4,77,175); }

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

border-color css

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

 span { border-color: rgb(4,77,175); }

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