#0147B2

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

Shades of Cobalt #0147B2

Tints of Cobalt #0147B2

Color information

#0147B2 (or 0x0147B2) is unknown color: approx Cobalt. HEX triplet: 01, 47 and B2. RGB value is (1,71,178). Sum of RGB (Red+Green+Blue) = 1+71+178=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #0147B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0147B2 is #FEB84D. Grayscale: #3D3D3D. Windows color (decimal): -16693326 or 11683585. OLE color: 11683585.

HSL color Cylindrical-coordinate representation of color #0147B2: hue angle of 216.27º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0147B2 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171178-
CMYK0.990.6000.30
HSL216.27º98.88%35.1%-
HSV(B)216.27º99.44%69.8%-
XYZ10.37.7343.07-
YUV62.27193.3184.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.4%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 178 (69.92% from 255) = 71.2%
R=0.4%
G=28.4%
B=71.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711780.990.6000.30216.2798.8835.1
Hex147B2633C01Ed86323
Octal11072621437403633014343
Binary11000111101100101100011111100011110110110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0147B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0147B2; }

 p { color: rgb(1,71,178); }

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

<style>
 a { background-color: #0147B2; }

 a { background-color: rgb(1,71,178); }

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

<style>
 span { border-color: #0147B2; }

 span { border-color: rgb(1,71,178); }

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