Html Css Color HEX #0249BE Cobalt

📋 copy color: '#0249BE'

red 2 ◦ green 73 ◦ blue 190

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

Shades of Cobalt #0249BE

Tints of Cobalt #0249BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.7%

R = 0.75%
G = 27.55%
B = 71.7%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0249BE (or 0x0249BE) is known color: Cobalt. HEX triplet: 02, 49 and BE. RGB value is (2,73,190). Sum of RGB (Red+Green+Blue) = 2+73+190=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #0249BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249BE is #FDB641. Grayscale: #404040. Windows color (decimal): -16627266 or 12470530. OLE color: 12470530.

HSL color Cylindrical-coordinate representation of color #0249BE: hue angle of 217.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249BE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 73 190 -
CMYK 0.99 0.62 0 0.25
HSL 217.34º 0.98% 0.38% -
HSV(B) 217.34º 0.99% 0.75% -
XYZ 11.7 8.5 49.74 -
YUV 65.11 198.48 82.99 -
System Red Green Blue C M Y K H S L
Decimal 2 73 190 0.99 0.62 0 0.25 217.34 0.98 0.38
Hex 2 49 BE 63 3E 0 19 D9 62 26
Octal 2 111 276 143 76 0 31 331 142 46
Binary 10 1001001 10111110 1100011 111110 0 11001 11011001 1100010 100110

Color Harmonies of #0249BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249BE

Black with #0249BE

Text Example


Text Example

White with #0249BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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