Html Css Color HEX #024FA1 Cobalt

📋 copy color: '#024FA1'

red 2 ◦ green 79 ◦ blue 161

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

Shades of Cobalt #024FA1

Tints of Cobalt #024FA1

RGB

 RED value IS 2 (1.17% from 255) = 0.83%

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 161 (63.28% from 255) = 66.53%

R = 0.83%
G = 32.64%
B = 66.53%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#024FA1 (or 0x024FA1) is known color: Cobalt. HEX triplet: 02, 4F and A1. RGB value is (2,79,161). Sum of RGB (Red+Green+Blue) = 2+79+161=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #024FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FA1 is #FDB05E. Grayscale: #404040. Windows color (decimal): -16625759 or 10571522. OLE color: 10571522.

HSL color Cylindrical-coordinate representation of color #024FA1: hue angle of 210.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FA1 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 79 161 -
CMYK 0.99 0.51 0 0.37
HSL 210.94º 0.98% 0.32% -
HSV(B) 210.94º 0.99% 0.63% -
XYZ 9.25 8.18 34.81 -
YUV 65.33 181.99 82.83 -
System Red Green Blue C M Y K H S L
Decimal 2 79 161 0.99 0.51 0 0.37 210.94 0.98 0.32
Hex 2 4F A1 63 33 0 25 D3 62 20
Octal 2 117 241 143 63 0 45 323 142 40
Binary 10 1001111 10100001 1100011 110011 0 100101 11010011 1100010 100000

Color Harmonies of #024FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FA1

Black with #024FA1

Text Example


Text Example

White with #024FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024FA1; }

 p { color: rgb(2,79,161); }

 H1.HeaderClassName
 {
   color: #024FA1;
 }
 .AnyTagClassName
 {
   color: #024FA1;
 }
</style>

background-color css

<style>
 a { background-color: #024FA1; }

 a { background-color: rgb(2,79,161); }

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

border-color css

<style>
 span { border-color: #024FA1; }

 span { border-color: rgb(2,79,161); }

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