Html Css Color HEX #024AB1 Cobalt

📋 copy color: '#024AB1'

red 2 ◦ green 74 ◦ blue 177

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

Shades of Cobalt #024AB1

Tints of Cobalt #024AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

 BLUE value IS 177 (69.53% from 255) = 69.96%

R = 0.79%
G = 29.25%
B = 69.96%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#024AB1 (or 0x024AB1) is known color: Cobalt. HEX triplet: 02, 4A and B1. RGB value is (2,74,177). Sum of RGB (Red+Green+Blue) = 2+74+177=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 177 (69.53% from 255 or 69.96% from 253); Max value from RGB is 177 - color contains mainly: blue. Hex color #024AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024AB1 is #FDB54E. Grayscale: #3F3F3F. Windows color (decimal): -16627023 or 11618818. OLE color: 11618818.

HSL color Cylindrical-coordinate representation of color #024AB1: hue angle of 215.31º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AB1 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 74 177 -
CMYK 0.99 0.58 0 0.31
HSL 215.31º 0.98% 0.35% -
HSV(B) 215.31º 0.99% 0.69% -
XYZ 10.41 8.08 42.61 -
YUV 64.21 191.65 83.62 -
System Red Green Blue C M Y K H S L
Decimal 2 74 177 0.99 0.58 0 0.31 215.31 0.98 0.35
Hex 2 4A B1 63 3A 0 1F D7 62 23
Octal 2 112 261 143 72 0 37 327 142 43
Binary 10 1001010 10110001 1100011 111010 0 11111 11010111 1100010 100011

Color Harmonies of #024AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AB1

Black with #024AB1

Text Example


Text Example

White with #024AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,177); }

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

background-color css

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

 a { background-color: rgb(2,74,177); }

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

border-color css

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

 span { border-color: rgb(2,74,177); }

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