Html Css Color HEX #04549A Cobalt

📋 copy color: '#04549A'

red 4 ◦ green 84 ◦ blue 154

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

Shades of Cobalt #04549A

Tints of Cobalt #04549A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

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

R = 1.65%
G = 34.71%
B = 63.64%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#04549A (or 0x04549A) is known color: Cobalt. HEX triplet: 04, 54 and 9A. RGB value is (4,84,154). Sum of RGB (Red+Green+Blue) = 4+84+154=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #04549A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04549A is #FBAB65. Grayscale: #434343. Windows color (decimal): -16493414 or 10114052. OLE color: 10114052.

HSL color Cylindrical-coordinate representation of color #04549A: hue angle of 208º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04549A is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 84 154 -
CMYK 0.97 0.45 0 0.40
HSL 208º 0.95% 0.31% -
HSV(B) 208º 0.97% 0.6% -
XYZ 9.05 8.7 31.77 -
YUV 68.06 176.5 82.31 -
System Red Green Blue C M Y K H S L
Decimal 4 84 154 0.97 0.45 0 0.40 208 0.95 0.31
Hex 4 54 9A 61 2D 0 28 D0 5F 1F
Octal 4 124 232 141 55 0 50 320 137 37
Binary 100 1010100 10011010 1100001 101101 0 101000 11010000 1011111 11111

Color Harmonies of #04549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04549A

Black with #04549A

Text Example


Text Example

White with #04549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04549A; }

 p { color: rgb(4,84,154); }

 H1.HeaderClassName
 {
   color: #04549A;
 }
 .AnyTagClassName
 {
   color: #04549A;
 }
</style>

background-color css

<style>
 a { background-color: #04549A; }

 a { background-color: rgb(4,84,154); }

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

border-color css

<style>
 span { border-color: #04549A; }

 span { border-color: rgb(4,84,154); }

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