Html Css Color HEX #0249C6 Cobalt

📋 copy color: '#0249C6'

red 2 ◦ green 73 ◦ blue 198

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

Shades of Cobalt #0249C6

Tints of Cobalt #0249C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 72.53%

R = 0.73%
G = 26.74%
B = 72.53%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0249C6 (or 0x0249C6) is known color: Cobalt. HEX triplet: 02, 49 and C6. RGB value is (2,73,198). Sum of RGB (Red+Green+Blue) = 2+73+198=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 198 (77.73% from 255 or 72.53% from 273); Max value from RGB is 198 - color contains mainly: blue. Hex color #0249C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249C6 is #FDB639. Grayscale: #414141. Windows color (decimal): -16627258 or 12994818. OLE color: 12994818.

HSL color Cylindrical-coordinate representation of color #0249C6: hue angle of 218.27º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249C6 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 73 198 -
CMYK 0.99 0.63 0 0.22
HSL 218.27º 0.98% 0.39% -
HSV(B) 218.27º 0.99% 0.78% -
XYZ 12.6 8.86 54.47 -
YUV 66.02 202.48 82.34 -
System Red Green Blue C M Y K H S L
Decimal 2 73 198 0.99 0.63 0 0.22 218.27 0.98 0.39
Hex 2 49 C6 63 3F 0 16 DA 62 27
Octal 2 111 306 143 77 0 26 332 142 47
Binary 10 1001001 11000110 1100011 111111 0 10110 11011010 1100010 100111

Color Harmonies of #0249C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249C6

Black with #0249C6

Text Example


Text Example

White with #0249C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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