Html Css Color HEX #0249AC Cobalt

📋 copy color: '#0249AC'

red 2 ◦ green 73 ◦ blue 172

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

Shades of Cobalt #0249AC

Tints of Cobalt #0249AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 0.81%
G = 29.55%
B = 69.64%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0249AC (or 0x0249AC) is known color: Cobalt. HEX triplet: 02, 49 and AC. RGB value is (2,73,172). Sum of RGB (Red+Green+Blue) = 2+73+172=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #0249AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0249AC is #FDB653. Grayscale: #3E3E3E. Windows color (decimal): -16627284 or 11290882. OLE color: 11290882.

HSL color Cylindrical-coordinate representation of color #0249AC: hue angle of 214.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249AC is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 73 172 -
CMYK 0.99 0.58 0 0.33
HSL 214.94º 0.98% 0.34% -
HSV(B) 214.94º 0.99% 0.67% -
XYZ 9.85 7.76 40.01 -
YUV 63.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 2 73 172 0.99 0.58 0 0.33 214.94 0.98 0.34
Hex 2 49 AC 63 3A 0 21 D7 62 22
Octal 2 111 254 143 72 0 41 327 142 42
Binary 10 1001001 10101100 1100011 111010 0 100001 11010111 1100010 100010

Color Harmonies of #0249AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249AC

Black with #0249AC

Text Example


Text Example

White with #0249AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0249AC; }

 p { color: rgb(2,73,172); }

 H1.HeaderClassName
 {
   color: #0249AC;
 }
 .AnyTagClassName
 {
   color: #0249AC;
 }
</style>

background-color css

<style>
 a { background-color: #0249AC; }

 a { background-color: rgb(2,73,172); }

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

border-color css

<style>
 span { border-color: #0249AC; }

 span { border-color: rgb(2,73,172); }

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