Html Css Color HEX #044CAE Cobalt

📋 copy color: '#044CAE'

red 4 ◦ green 76 ◦ blue 174

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

Shades of Cobalt #044CAE

Tints of Cobalt #044CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 1.57%
G = 29.92%
B = 68.5%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#044CAE (or 0x044CAE) is known color: Cobalt. HEX triplet: 04, 4C and AE. RGB value is (4,76,174). Sum of RGB (Red+Green+Blue) = 4+76+174=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #044CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044CAE is #FBB351. Grayscale: #414141. Windows color (decimal): -16495442 or 11422724. OLE color: 11422724.

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

Color convert

RGB 4 76 174 -
CMYK 0.98 0.56 0 0.32
HSL 214.59º 0.96% 0.35% -
HSV(B) 214.59º 0.98% 0.68% -
XYZ 10.27 8.25 41.1 -
YUV 65.64 189.15 84.03 -
System Red Green Blue C M Y K H S L
Decimal 4 76 174 0.98 0.56 0 0.32 214.59 0.96 0.35
Hex 4 4C AE 62 38 0 20 D7 60 23
Octal 4 114 256 142 70 0 40 327 140 43
Binary 100 1001100 10101110 1100010 111000 0 100000 11010111 1100000 100011

Color Harmonies of #044CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CAE

Black with #044CAE

Text Example


Text Example

White with #044CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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