Html Css Color HEX #024BA3 Cobalt

📋 copy color: '#024BA3'

red 2 ◦ green 75 ◦ blue 163

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

Shades of Cobalt #024BA3

Tints of Cobalt #024BA3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

 BLUE value IS 163 (64.06% from 255) = 67.92%

R = 0.83%
G = 31.25%
B = 67.92%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#024BA3 (or 0x024BA3) is known color: Cobalt. HEX triplet: 02, 4B and A3. RGB value is (2,75,163). Sum of RGB (Red+Green+Blue) = 2+75+163=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #024BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BA3 is #FDB45C. Grayscale: #3E3E3E. Windows color (decimal): -16626781 or 10701570. OLE color: 10701570.

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

Color convert

RGB 2 75 163 -
CMYK 0.99 0.54 0 0.36
HSL 212.8º 0.98% 0.32% -
HSV(B) 212.8º 0.99% 0.64% -
XYZ 9.15 7.69 35.65 -
YUV 63.21 184.32 84.34 -
System Red Green Blue C M Y K H S L
Decimal 2 75 163 0.99 0.54 0 0.36 212.8 0.98 0.32
Hex 2 4B A3 63 36 0 24 D5 62 20
Octal 2 113 243 143 66 0 44 325 142 40
Binary 10 1001011 10100011 1100011 110110 0 100100 11010101 1100010 100000

Color Harmonies of #024BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BA3

Black with #024BA3

Text Example


Text Example

White with #024BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,163); }

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

background-color css

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

 a { background-color: rgb(2,75,163); }

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

border-color css

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

 span { border-color: rgb(2,75,163); }

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