#0151BA

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

Shades of Cobalt #0151BA

Tints of Cobalt #0151BA

Color information

#0151BA (or 0x0151BA) is unknown color: approx Cobalt. HEX triplet: 01, 51 and BA. RGB value is (1,81,186). Sum of RGB (Red+Green+Blue) = 1+81+186=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #0151BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0151BA is #FEAE45. Grayscale: #444444. Windows color (decimal): -16690758 or 12210433. OLE color: 12210433.

HSL color Cylindrical-coordinate representation of color #0151BA: hue angle of 214.05º degrees, saturation: 0.99, 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 #0151BA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181186-
CMYK0.990.5600.27
HSL214.05º98.93%36.67%-
HSV(B)214.05º99.46%72.94%-
XYZ11.829.4447.65-
YUV69.0519479.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 186 (73.05% from 255) = 69.40%
R=0.37%
G=30.22%
B=69.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811860.990.5600.27214.0598.9336.67
Hex151BA633801Bd66325
Octal11212721437003332614345
Binary11010001101110101100011111000011011110101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0151BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,81,186); }

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

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

 a { background-color: rgb(1,81,186); }

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

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

 span { border-color: rgb(1,81,186); }

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