#0A4FBA

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

Shades of Cobalt #0A4FBA

Tints of Cobalt #0A4FBA

Color information

#0A4FBA (or 0x0A4FBA) is unknown color: approx Cobalt. HEX triplet: 0A, 4F and BA. RGB value is (10,79,186). Sum of RGB (Red+Green+Blue) = 10+79+186=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A4FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4FBA is #F5B045. Grayscale: #464646. Windows color (decimal): -16101446 or 12209930. OLE color: 12209930.

HSL color Cylindrical-coordinate representation of color #0A4FBA: hue angle of 216.48º degrees, saturation: 0.9, 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 #0A4FBA is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1079186-
CMYK0.950.5800.27
HSL216.48º89.8%38.43%-
HSV(B)216.48º94.62%72.94%-
XYZ11.789.247.61-
YUV70.57193.1484.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.64%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=3.64%
G=28.73%
B=67.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10791860.950.5800.27216.4889.838.43
HexA4FBA5F3A01Bd85a26
Octal121172721377203333013246
Binary10101001111101110101011111111010011011110110001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,79,186); }

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

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

 a { background-color: rgb(10,79,186); }

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

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

 span { border-color: rgb(10,79,186); }

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