#0040B1

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

Shades of Cobalt #0040B1

Tints of Cobalt #0040B1

Color information

#0040B1 (or 0x0040B1) is unknown color: approx Cobalt. HEX triplet: 00, 40 and B1. RGB value is (0,64,177). Sum of RGB (Red+Green+Blue) = 0+64+177=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #0040B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0040B1 is #FFBF4E. Grayscale: #393939. Windows color (decimal): -16760655 or 11616256. OLE color: 11616256.

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

Color convert

RGB064177-
CMYK10.6400.31
HSL218.31º100%34.71%-
HSV(B)218.31º100%69.41%-
XYZ9.776.8442.4-
YUV57.75195.386.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 177 (69.53% from 255) = 73.44%
R=0%
G=26.56%
B=73.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal06417710.6400.31218.3110034.71
Hex040B1644001Fda6423
Octal010026114410003733214443
Binary010000001011000111001001000000011111110110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0040B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,64,177); }

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

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

 a { background-color: rgb(0,64,177); }

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

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

 span { border-color: rgb(0,64,177); }

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