Html Css Color HEX #044CA5 Cobalt

📋 copy color: '#044CA5'

red 4 ◦ green 76 ◦ blue 165

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

Shades of Cobalt #044CA5

Tints of Cobalt #044CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

 BLUE value IS 165 (64.84% from 255) = 67.35%

R = 1.63%
G = 31.02%
B = 67.35%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#044CA5 (or 0x044CA5) is known color: Cobalt. HEX triplet: 04, 4C and A5. RGB value is (4,76,165). Sum of RGB (Red+Green+Blue) = 4+76+165=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #044CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044CA5 is #FBB35A. Grayscale: #404040. Windows color (decimal): -16495451 or 10832900. OLE color: 10832900.

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

Color convert

RGB 4 76 165 -
CMYK 0.98 0.54 0 0.35
HSL 213.17º 0.95% 0.33% -
HSV(B) 213.17º 0.98% 0.65% -
XYZ 9.43 7.91 36.63 -
YUV 64.62 184.65 84.76 -
System Red Green Blue C M Y K H S L
Decimal 4 76 165 0.98 0.54 0 0.35 213.17 0.95 0.33
Hex 4 4C A5 62 36 0 23 D5 5F 21
Octal 4 114 245 142 66 0 43 325 137 41
Binary 100 1001100 10100101 1100010 110110 0 100011 11010101 1011111 100001

Color Harmonies of #044CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CA5

Black with #044CA5

Text Example


Text Example

White with #044CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,76,165); }

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

background-color css

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

 a { background-color: rgb(4,76,165); }

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

border-color css

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

 span { border-color: rgb(4,76,165); }

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