Html Css Color HEX #0A49BE Cobalt

📋 copy color: '#0A49BE'

red 10 ◦ green 73 ◦ blue 190

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

Shades of Cobalt #0A49BE

Tints of Cobalt #0A49BE

RGB

 RED value IS 10 (4.3% from 255) = 3.66%

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

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

R = 3.66%
G = 26.74%
B = 69.6%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A49BE (or 0x0A49BE) is known color: Cobalt. HEX triplet: 0A, 49 and BE. RGB value is (10,73,190). Sum of RGB (Red+Green+Blue) = 10+73+190=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A49BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A49BE is #F5B641. Grayscale: #424242. Windows color (decimal): -16102978 or 12470538. OLE color: 12470538.

HSL color Cylindrical-coordinate representation of color #0A49BE: hue angle of 219º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A49BE is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 73 190 -
CMYK 0.95 0.62 0 0.25
HSL 219º 0.9% 0.39% -
HSV(B) 219º 0.95% 0.75% -
XYZ 11.8 8.55 49.74 -
YUV 67.5 197.13 86.99 -
System Red Green Blue C M Y K H S L
Decimal 10 73 190 0.95 0.62 0 0.25 219 0.9 0.39
Hex A 49 BE 5F 3E 0 19 DB 5A 27
Octal 12 111 276 137 76 0 31 333 132 47
Binary 1010 1001001 10111110 1011111 111110 0 11001 11011011 1011010 100111

Color Harmonies of #0A49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A49BE

Black with #0A49BE

Text Example


Text Example

White with #0A49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A49BE; }

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

 H1.HeaderClassName
 {
   color: #0A49BE;
 }
 .AnyTagClassName
 {
   color: #0A49BE;
 }
</style>

background-color css

<style>
 a { background-color: #0A49BE; }

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

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

border-color css

<style>
 span { border-color: #0A49BE; }

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

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