#0454AA

Color #0454AA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0454AA

Tints of Cobalt #0454AA

Color information

#0454AA (or 0x0454AA) is unknown color: approx Cobalt. HEX triplet: 04, 54 and AA. RGB value is (4,84,170). Sum of RGB (Red+Green+Blue) = 4+84+170=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #0454AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0454AA is #FBAB55. Grayscale: #454545. Windows color (decimal): -16493398 or 11162628. OLE color: 11162628.

HSL color Cylindrical-coordinate representation of color #0454AA: hue angle of 211.08º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0454AA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB484170-
CMYK0.980.5100.33
HSL211.08º95.4%34.12%-
HSV(B)211.08º97.65%66.67%-
XYZ10.489.2739.27-
YUV69.88184.581.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.55%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=1.55%
G=32.56%
B=65.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4841700.980.5100.33211.0895.434.12
Hex454AA6233021d35f22
Octal41242521426304132313742
Binary10010101001010101011000101100110100001110100111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0454AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0454AA; }

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

 H1.HeaderClassName
 {
   color: #0454AA;
 }
 .AnyTagClassName
 {
   color: #0454AA;
 }
</style>
background-color css

<style>
 a { background-color: #0454AA; }

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

 div.DivClassName
 {
   background-color: #0454AA;
 }
 .BgClassName
 {
   background-color: #0454AA;
 }
</style>
border-color css

<style>
 span { border-color: #0454AA; }

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

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