Html Css Color HEX #0A49BF Cobalt

📋 copy color: '#0A49BF'

red 10 ◦ green 73 ◦ blue 191

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

Shades of Cobalt #0A49BF

Tints of Cobalt #0A49BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.71%

R = 3.65%
G = 26.64%
B = 69.71%

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

#0A49BF (or 0x0A49BF) is known color: Cobalt. HEX triplet: 0A, 49 and BF. RGB value is (10,73,191). Sum of RGB (Red+Green+Blue) = 10+73+191=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A49BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A49BF is #F5B640. Grayscale: #434343. Windows color (decimal): -16102977 or 12536074. OLE color: 12536074.

HSL color Cylindrical-coordinate representation of color #0A49BF: hue angle of 219.12º 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 #0A49BF is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 73 191 -
CMYK 0.95 0.62 0 0.25
HSL 219.12º 0.9% 0.39% -
HSV(B) 219.12º 0.95% 0.75% -
XYZ 11.91 8.59 50.32 -
YUV 67.62 197.63 86.91 -
System Red Green Blue C M Y K H S L
Decimal 10 73 191 0.95 0.62 0 0.25 219.12 0.9 0.39
Hex A 49 BF 5F 3E 0 19 DB 5A 27
Octal 12 111 277 137 76 0 31 333 132 47
Binary 1010 1001001 10111111 1011111 111110 0 11001 11011011 1011010 100111

Color Harmonies of #0A49BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A49BF

Black with #0A49BF

Text Example


Text Example

White with #0A49BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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