Html Css Color HEX #0249B3 Cobalt

📋 copy color: '#0249B3'

red 2 ◦ green 73 ◦ blue 179

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

Shades of Cobalt #0249B3

Tints of Cobalt #0249B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 70.47%

R = 0.79%
G = 28.74%
B = 70.47%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0249B3 (or 0x0249B3) is known color: Cobalt. HEX triplet: 02, 49 and B3. RGB value is (2,73,179). Sum of RGB (Red+Green+Blue) = 2+73+179=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 179 (70.31% from 255 or 70.47% from 254); Max value from RGB is 179 - color contains mainly: blue. Hex color #0249B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249B3 is #FDB64C. Grayscale: #3F3F3F. Windows color (decimal): -16627277 or 11749634. OLE color: 11749634.

HSL color Cylindrical-coordinate representation of color #0249B3: hue angle of 215.93º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249B3 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 73 179 -
CMYK 0.99 0.59 0 0.30
HSL 215.93º 0.98% 0.35% -
HSV(B) 215.93º 0.99% 0.7% -
XYZ 10.54 8.03 43.64 -
YUV 63.86 192.98 83.88 -
System Red Green Blue C M Y K H S L
Decimal 2 73 179 0.99 0.59 0 0.30 215.93 0.98 0.35
Hex 2 49 B3 63 3B 0 1E D8 62 23
Octal 2 111 263 143 73 0 36 330 142 43
Binary 10 1001001 10110011 1100011 111011 0 11110 11011000 1100010 100011

Color Harmonies of #0249B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249B3

Black with #0249B3

Text Example


Text Example

White with #0249B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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