Html Css Color HEX #004AAE Cobalt

📋 copy color: '#004AAE'

red 0 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #004AAE

Tints of Cobalt #004AAE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 29.84%

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

R = 0%
G = 29.84%
B = 70.16%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#004AAE (or 0x004AAE) is known color: Cobalt. HEX triplet: 00, 4A and AE. RGB value is (0,74,174). Sum of RGB (Red+Green+Blue) = 0+74+174=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #004AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004AAE is #FFB551. Grayscale: #3E3E3E. Windows color (decimal): -16758098 or 11422208. OLE color: 11422208.

HSL color Cylindrical-coordinate representation of color #004AAE: hue angle of 214.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AAE is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 74 174 -
CMYK 1 0.57 0 0.32
HSL 214.48º 1% 0.34% -
HSV(B) 214.48º 1% 0.68% -
XYZ 10.09 7.95 41.05 -
YUV 63.27 190.48 82.87 -
System Red Green Blue C M Y K H S L
Decimal 0 74 174 1 0.57 0 0.32 214.48 1 0.34
Hex 0 4A AE 64 39 0 20 D6 64 22
Octal 0 112 256 144 71 0 40 326 144 42
Binary 0 1001010 10101110 1100100 111001 0 100000 11010110 1100100 100010

Color Harmonies of #004AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AAE

Black with #004AAE

Text Example


Text Example

White with #004AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004AAE; }

 p { color: rgb(0,74,174); }

 H1.HeaderClassName
 {
   color: #004AAE;
 }
 .AnyTagClassName
 {
   color: #004AAE;
 }
</style>

background-color css

<style>
 a { background-color: #004AAE; }

 a { background-color: rgb(0,74,174); }

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

border-color css

<style>
 span { border-color: #004AAE; }

 span { border-color: rgb(0,74,174); }

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