Html Css Color HEX #0942BB Cobalt

📋 copy color: '#0942BB'

red 9 ◦ green 66 ◦ blue 187

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

Shades of Cobalt #0942BB

Tints of Cobalt #0942BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.37%

R = 3.44%
G = 25.19%
B = 71.37%

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

#0942BB (or 0x0942BB) is known color: Cobalt. HEX triplet: 09, 42 and BB. RGB value is (9,66,187). Sum of RGB (Red+Green+Blue) = 9+66+187=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #0942BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0942BB is #F6BD44. Grayscale: #3E3E3E. Windows color (decimal): -16170309 or 12272137. OLE color: 12272137.

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

Color convert

RGB 9 66 187 -
CMYK 0.95 0.65 0 0.27
HSL 220.79º 0.91% 0.38% -
HSV(B) 220.79º 0.95% 0.73% -
XYZ 11.03 7.54 47.89 -
YUV 62.75 198.12 89.66 -
System Red Green Blue C M Y K H S L
Decimal 9 66 187 0.95 0.65 0 0.27 220.79 0.91 0.38
Hex 9 42 BB 5F 41 0 1B DD 5B 26
Octal 11 102 273 137 101 0 33 335 133 46
Binary 1001 1000010 10111011 1011111 1000001 0 11011 11011101 1011011 100110

Color Harmonies of #0942BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0942BB

Black with #0942BB

Text Example


Text Example

White with #0942BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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