Html Css Color HEX #004FA2 Cobalt

📋 copy color: '#004FA2'

red 0 ◦ green 79 ◦ blue 162

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

Shades of Cobalt #004FA2

Tints of Cobalt #004FA2

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 value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#004FA2 (or 0x004FA2) is known color: 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

RGB 0 79 162 -
CMYK 1 0.51 0 0.36
HSL 210.74º 1% 0.32% -
HSV(B) 210.74º 1% 0.64% -
XYZ 9.32 8.2 35.27 -
YUV 64.84 182.83 81.75 -
System Red Green Blue C M Y K H S L
Decimal 0 79 162 1 0.51 0 0.36 210.74 1 0.32
Hex 0 4F A2 64 33 0 24 D3 64 20
Octal 0 117 242 144 63 0 44 323 144 40
Binary 0 1001111 10100010 1100100 110011 0 100100 11010011 1100100 100000

Color Harmonies of #004FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FA2

Black with #004FA2

Text Example


Text Example

White with #004FA2

Text Example


Text Example

HTML Codes & Css Web 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>