#004FA2

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

Shades of Cobalt #004FA2

Tints of Cobalt #004FA2

Color information

#004FA2 (or 0x004FA2) is unknown color: approx Cobalt. HEX triplet: 00, 4F and A2. RGB value is (0,79,162). Sum of RGB (Red+Green+Blue) = 0+79+162=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #004FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004FA2 is #FFB05D. Grayscale: #404040. Windows color (decimal): -16756830 or 10637056. OLE color: 10637056.

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

Color convert

RGB079162-
CMYK10.5100.36
HSL210.74º100%31.76%-
HSV(B)210.74º100%63.53%-
XYZ9.328.235.27-
YUV64.84182.8381.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 162 (63.67% from 255) = 67.22%
R=0%
G=32.78%
B=67.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal07916210.5100.36210.7410031.76
Hex04FA26433024d36420
Octal01172421446304432314440
Binary010011111010001011001001100110100100110100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,79,162); }

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

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

 a { background-color: rgb(0,79,162); }

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

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

 span { border-color: rgb(0,79,162); }

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