Html Css Color HEX #0A46BF Cobalt

📋 copy color: '#0A46BF'

red 10 ◦ green 70 ◦ blue 191

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

Shades of Cobalt #0A46BF

Tints of Cobalt #0A46BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 3.69%
G = 25.83%
B = 70.48%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A46BF (or 0x0A46BF) is known color: Cobalt. HEX triplet: 0A, 46 and BF. RGB value is (10,70,191). Sum of RGB (Red+Green+Blue) = 10+70+191=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A46BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A46BF is #F5B940. Grayscale: #414141. Windows color (decimal): -16103745 or 12535306. OLE color: 12535306.

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

Color convert

RGB 10 70 191 -
CMYK 0.95 0.63 0 0.25
HSL 220.11º 0.9% 0.39% -
HSV(B) 220.11º 0.95% 0.75% -
XYZ 11.72 8.21 50.26 -
YUV 65.85 198.62 88.16 -
System Red Green Blue C M Y K H S L
Decimal 10 70 191 0.95 0.63 0 0.25 220.11 0.9 0.39
Hex A 46 BF 5F 3F 0 19 DC 5A 27
Octal 12 106 277 137 77 0 31 334 132 47
Binary 1010 1000110 10111111 1011111 111111 0 11001 11011100 1011010 100111

Color Harmonies of #0A46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A46BF

Black with #0A46BF

Text Example


Text Example

White with #0A46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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