#0A50B3

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

Shades of Cobalt #0A50B3

Tints of Cobalt #0A50B3

Color information

#0A50B3 (or 0x0A50B3) is unknown color: approx Cobalt. HEX triplet: 0A, 50 and B3. RGB value is (10,80,179). Sum of RGB (Red+Green+Blue) = 10+80+179=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #0A50B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A50B3 is #F5AF4C. Grayscale: #454545. Windows color (decimal): -16101197 or 11751434. OLE color: 11751434.

HSL color Cylindrical-coordinate representation of color #0A50B3: hue angle of 215.15º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A50B3 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1080179-
CMYK0.940.5500.30
HSL215.15º89.42%37.06%-
HSV(B)215.15º94.41%70.2%-
XYZ11.139.0643.81-
YUV70.36189.3184.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.72%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 179 (70.31% from 255) = 66.54%
R=3.72%
G=29.74%
B=66.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10801790.940.5500.30215.1589.4237.06
HexA50B35E3701Ed75925
Octal121202631366703632713145
Binary10101010000101100111011110110111011110110101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A50B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A50B3; }

 p { color: rgb(10,80,179); }

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

<style>
 a { background-color: #0A50B3; }

 a { background-color: rgb(10,80,179); }

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

<style>
 span { border-color: #0A50B3; }

 span { border-color: rgb(10,80,179); }

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