#0149BF

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

Shades of Cobalt #0149BF

Tints of Cobalt #0149BF

Color information

#0149BF (or 0x0149BF) is unknown color: approx Cobalt. HEX triplet: 01, 49 and BF. RGB value is (1,73,191). Sum of RGB (Red+Green+Blue) = 1+73+191=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #0149BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0149BF is #FEB640. Grayscale: #404040. Windows color (decimal): -16692801 or 12536065. OLE color: 12536065.

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

Color convert

RGB173191-
CMYK0.990.6200.25
HSL217.26º98.96%37.65%-
HSV(B)217.26º99.48%74.9%-
XYZ11.88.5350.32-
YUV64.92199.1582.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 191 (75% from 255) = 72.08%
R=0.38%
G=27.55%
B=72.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731910.990.6200.25217.2698.9637.65
Hex149BF633E019d96326
Octal11112771437603133114346
Binary11001001101111111100011111110011001110110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0149BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0149BF; }

 p { color: rgb(1,73,191); }

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

<style>
 a { background-color: #0149BF; }

 a { background-color: rgb(1,73,191); }

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

<style>
 span { border-color: #0149BF; }

 span { border-color: rgb(1,73,191); }

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