Html Css Color HEX #004A9A Cobalt

📋 copy color: '#004A9A'

red 0 ◦ green 74 ◦ blue 154

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

Shades of Cobalt #004A9A

Tints of Cobalt #004A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 67.54%

R = 0%
G = 32.46%
B = 67.54%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#004A9A (or 0x004A9A) is known color: Cobalt. HEX triplet: 00, 4A and 9A. RGB value is (0,74,154). Sum of RGB (Red+Green+Blue) = 0+74+154=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #004A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004A9A is #FFB565. Grayscale: #3C3C3C. Windows color (decimal): -16758118 or 10111488. OLE color: 10111488.

HSL color Cylindrical-coordinate representation of color #004A9A: hue angle of 211.17º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A9A is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 74 154 -
CMYK 1 0.52 0 0.40
HSL 211.17º 1% 0.3% -
HSV(B) 211.17º 1% 0.6% -
XYZ 8.28 7.23 31.53 -
YUV 60.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 0 74 154 1 0.52 0 0.40 211.17 1 0.3
Hex 0 4A 9A 64 34 0 28 D3 64 1E
Octal 0 112 232 144 64 0 50 323 144 36
Binary 0 1001010 10011010 1100100 110100 0 101000 11010011 1100100 11110

Color Harmonies of #004A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A9A

Black with #004A9A

Text Example


Text Example

White with #004A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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