Html Css Color HEX #0948BA Cobalt

📋 copy color: '#0948BA'

red 9 ◦ green 72 ◦ blue 186

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

Shades of Cobalt #0948BA

Tints of Cobalt #0948BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 3.37%
G = 26.97%
B = 69.66%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0948BA (or 0x0948BA) is known color: Cobalt. HEX triplet: 09, 48 and BA. RGB value is (9,72,186). Sum of RGB (Red+Green+Blue) = 9+72+186=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #0948BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948BA is #F6B745. Grayscale: #414141. Windows color (decimal): -16168774 or 12208137. OLE color: 12208137.

HSL color Cylindrical-coordinate representation of color #0948BA: hue angle of 218.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0948BA is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 72 186 -
CMYK 0.95 0.61 0 0.27
HSL 218.64º 0.91% 0.38% -
HSV(B) 218.64º 0.95% 0.73% -
XYZ 11.29 8.24 47.45 -
YUV 66.16 195.63 87.23 -
System Red Green Blue C M Y K H S L
Decimal 9 72 186 0.95 0.61 0 0.27 218.64 0.91 0.38
Hex 9 48 BA 5F 3D 0 1B DB 5B 26
Octal 11 110 272 137 75 0 33 333 133 46
Binary 1001 1001000 10111010 1011111 111101 0 11011 11011011 1011011 100110

Color Harmonies of #0948BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948BA

Black with #0948BA

Text Example


Text Example

White with #0948BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0948BA; }

 p { color: rgb(9,72,186); }

 H1.HeaderClassName
 {
   color: #0948BA;
 }
 .AnyTagClassName
 {
   color: #0948BA;
 }
</style>

background-color css

<style>
 a { background-color: #0948BA; }

 a { background-color: rgb(9,72,186); }

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

border-color css

<style>
 span { border-color: #0948BA; }

 span { border-color: rgb(9,72,186); }

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