#0149B1

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

Shades of Cobalt #0149B1

Tints of Cobalt #0149B1

Color information

#0149B1 (or 0x0149B1) is unknown color: approx Cobalt. HEX triplet: 01, 49 and B1. RGB value is (1,73,177). Sum of RGB (Red+Green+Blue) = 1+73+177=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 177 (69.53% from 255 or 70.52% from 251); Max value from RGB is 177 - color contains mainly: blue. Hex color #0149B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0149B1 is #FEB64E. Grayscale: #3E3E3E. Windows color (decimal): -16692815 or 11618561. OLE color: 11618561.

HSL color Cylindrical-coordinate representation of color #0149B1: hue angle of 215.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0149B1 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173177-
CMYK0.990.5900.31
HSL215.45º98.88%34.9%-
HSV(B)215.45º99.44%69.41%-
XYZ10.337.9542.58-
YUV63.33192.1583.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 177 (69.53% from 255) = 70.52%
R=0.40%
G=29.08%
B=70.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731770.990.5900.31215.4598.8834.9
Hex149B1633B01Fd76323
Octal11112611437303732714343
Binary11001001101100011100011111011011111110101111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0149B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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