#0A47BF

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

Shades of Cobalt #0A47BF

Tints of Cobalt #0A47BF

Color information

#0A47BF (or 0x0A47BF) is unknown color: approx Cobalt. HEX triplet: 0A, 47 and BF. RGB value is (10,71,191). Sum of RGB (Red+Green+Blue) = 10+71+191=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A47BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A47BF is #F5B840. Grayscale: #414141. Windows color (decimal): -16103489 or 12535562. OLE color: 12535562.

HSL color Cylindrical-coordinate representation of color #0A47BF: hue angle of 219.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A47BF is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1071191-
CMYK0.950.6300.25
HSL219.78º90.05%39.41%-
HSV(B)219.78º94.76%74.9%-
XYZ11.788.3350.28-
YUV66.44198.2987.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 191 (75% from 255) = 70.22%
R=3.68%
G=26.10%
B=70.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10711910.950.6300.25219.7890.0539.41
HexA47BF5F3F019dc5a27
Octal121072771377703133413247
Binary10101000111101111111011111111111011001110111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A47BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,191); }

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

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

 a { background-color: rgb(10,71,191); }

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

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

 span { border-color: rgb(10,71,191); }

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