Html Css Color HEX #0946BF Cobalt

📋 copy color: '#0946BF'

red 9 ◦ green 70 ◦ blue 191

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

Shades of Cobalt #0946BF

Tints of Cobalt #0946BF

RGB

 RED value IS 9 (3.91% from 255) = 3.33%

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

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

R = 3.33%
G = 25.93%
B = 70.74%

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

#0946BF (or 0x0946BF) is known color: Cobalt. HEX triplet: 09, 46 and BF. RGB value is (9,70,191). Sum of RGB (Red+Green+Blue) = 9+70+191=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #0946BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0946BF is #F6B940. Grayscale: #414141. Windows color (decimal): -16169281 or 12535305. OLE color: 12535305.

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

Color convert

RGB 9 70 191 -
CMYK 0.95 0.63 0 0.25
HSL 219.89º 0.91% 0.39% -
HSV(B) 219.89º 0.95% 0.75% -
XYZ 11.71 8.2 50.26 -
YUV 65.56 198.79 87.66 -
System Red Green Blue C M Y K H S L
Decimal 9 70 191 0.95 0.63 0 0.25 219.89 0.91 0.39
Hex 9 46 BF 5F 3F 0 19 DC 5B 27
Octal 11 106 277 137 77 0 31 334 133 47
Binary 1001 1000110 10111111 1011111 111111 0 11001 11011100 1011011 100111

Color Harmonies of #0946BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0946BF

Black with #0946BF

Text Example


Text Example

White with #0946BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0946BF; }

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

 H1.HeaderClassName
 {
   color: #0946BF;
 }
 .AnyTagClassName
 {
   color: #0946BF;
 }
</style>

background-color css

<style>
 a { background-color: #0946BF; }

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

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

border-color css

<style>
 span { border-color: #0946BF; }

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

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