#0943BA

Color #0943BA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0943BA

Tints of Cobalt #0943BA

Color information

#0943BA (or 0x0943BA) is unknown color: approx Cobalt. HEX triplet: 09, 43 and BA. RGB value is (9,67,186). Sum of RGB (Red+Green+Blue) = 9+67+186=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #0943BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0943BA is #F6BC45. Grayscale: #3E3E3E. Windows color (decimal): -16170054 or 12206857. OLE color: 12206857.

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

Color convert

RGB967186-
CMYK0.950.6400.27
HSL220.34º90.77%38.24%-
HSV(B)220.34º95.16%72.94%-
XYZ10.987.6247.35-
YUV63.22197.2889.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 186 (73.05% from 255) = 70.99%
R=3.44%
G=25.57%
B=70.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9671860.950.6400.27220.3490.7738.24
Hex943BA5F4001Bdc5b26
Octal1110327213710003333413346
Binary100110000111011101010111111000000011011110111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0943BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0943BA;
 }
 .AnyTagClassName
 {
   color: #0943BA;
 }
</style>
background-color css

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

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

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

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

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

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