#0147BE

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

Shades of Cobalt #0147BE

Tints of Cobalt #0147BE

Color information

#0147BE (or 0x0147BE) is unknown color: approx Cobalt. HEX triplet: 01, 47 and BE. RGB value is (1,71,190). Sum of RGB (Red+Green+Blue) = 1+71+190=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #0147BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0147BE is #FEB841. Grayscale: #3F3F3F. Windows color (decimal): -16693314 or 12470017. OLE color: 12470017.

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

Color convert

RGB171190-
CMYK0.990.6300.25
HSL217.78º98.95%37.45%-
HSV(B)217.78º99.47%74.51%-
XYZ11.568.2349.69-
YUV63.64199.3183.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 190 (74.61% from 255) = 72.52%
R=0.38%
G=27.10%
B=72.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711900.990.6300.25217.7898.9537.45
Hex147BE633F019da6325
Octal11072761437703133214345
Binary11000111101111101100011111111011001110110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0147BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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