Html Css Color HEX #0941BC Cobalt

📋 copy color: '#0941BC'

red 9 ◦ green 65 ◦ blue 188

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

Shades of Cobalt #0941BC

Tints of Cobalt #0941BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 3.44%
G = 24.81%
B = 71.76%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0941BC (or 0x0941BC) is known color: Cobalt. HEX triplet: 09, 41 and BC. RGB value is (9,65,188). Sum of RGB (Red+Green+Blue) = 9+65+188=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #0941BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0941BC is #F6BE43. Grayscale: #3D3D3D. Windows color (decimal): -16170564 or 12337417. OLE color: 12337417.

HSL color Cylindrical-coordinate representation of color #0941BC: hue angle of 221.23º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0941BC is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 65 188 -
CMYK 0.95 0.65 0 0.26
HSL 221.23º 0.91% 0.39% -
HSV(B) 221.23º 0.95% 0.74% -
XYZ 11.08 7.47 48.43 -
YUV 62.28 198.95 90 -
System Red Green Blue C M Y K H S L
Decimal 9 65 188 0.95 0.65 0 0.26 221.23 0.91 0.39
Hex 9 41 BC 5F 41 0 1A DD 5B 27
Octal 11 101 274 137 101 0 32 335 133 47
Binary 1001 1000001 10111100 1011111 1000001 0 11010 11011101 1011011 100111

Color Harmonies of #0941BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0941BC

Black with #0941BC

Text Example


Text Example

White with #0941BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0941BC; }

 p { color: rgb(9,65,188); }

 H1.HeaderClassName
 {
   color: #0941BC;
 }
 .AnyTagClassName
 {
   color: #0941BC;
 }
</style>

background-color css

<style>
 a { background-color: #0941BC; }

 a { background-color: rgb(9,65,188); }

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

border-color css

<style>
 span { border-color: #0941BC; }

 span { border-color: rgb(9,65,188); }

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