Html Css Color HEX #0942BA Cobalt

📋 copy color: '#0942BA'

red 9 ◦ green 66 ◦ blue 186

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

Shades of Cobalt #0942BA

Tints of Cobalt #0942BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

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

R = 3.45%
G = 25.29%
B = 71.26%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0942BA (or 0x0942BA) is known color: Cobalt. HEX triplet: 09, 42 and BA. RGB value is (9,66,186). Sum of RGB (Red+Green+Blue) = 9+66+186=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #0942BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0942BA is #F6BD45. Grayscale: #3E3E3E. Windows color (decimal): -16170310 or 12206601. OLE color: 12206601.

HSL color Cylindrical-coordinate representation of color #0942BA: hue angle of 220.68º 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 #0942BA is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 66 186 -
CMYK 0.95 0.65 0 0.27
HSL 220.68º 0.91% 0.38% -
HSV(B) 220.68º 0.95% 0.73% -
XYZ 10.92 7.5 47.33 -
YUV 62.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 9 66 186 0.95 0.65 0 0.27 220.68 0.91 0.38
Hex 9 42 BA 5F 41 0 1B DD 5B 26
Octal 11 102 272 137 101 0 33 335 133 46
Binary 1001 1000010 10111010 1011111 1000001 0 11011 11011101 1011011 100110

Color Harmonies of #0942BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0942BA

Black with #0942BA

Text Example


Text Example

White with #0942BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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