#0247BA

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

Shades of Cobalt #0247BA

Tints of Cobalt #0247BA

Color information

#0247BA (or 0x0247BA) is unknown color: approx Cobalt. HEX triplet: 02, 47 and BA. RGB value is (2,71,186). Sum of RGB (Red+Green+Blue) = 2+71+186=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #0247BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247BA is #FDB845. Grayscale: #3E3E3E. Windows color (decimal): -16627782 or 12207874. OLE color: 12207874.

HSL color Cylindrical-coordinate representation of color #0247BA: hue angle of 217.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247BA is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB271186-
CMYK0.990.6200.27
HSL217.5º97.87%36.86%-
HSV(B)217.5º98.92%72.94%-
XYZ11.148.0647.42-
YUV63.48197.1484.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 186 (73.05% from 255) = 71.81%
R=0.77%
G=27.41%
B=71.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2711860.990.6200.27217.597.8736.86
Hex247BA633E01Bda6225
Octal21072721437603333214245
Binary101000111101110101100011111110011011110110101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0247BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,71,186); }

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

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

 a { background-color: rgb(2,71,186); }

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

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

 span { border-color: rgb(2,71,186); }

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