#0040C9

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

Shades of Cobalt #0040C9

Tints of Cobalt #0040C9

Color information

#0040C9 (or 0x0040C9) is unknown color: approx Cobalt. HEX triplet: 00, 40 and C9. RGB value is (0,64,201). Sum of RGB (Red+Green+Blue) = 0+64+201=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 201 (78.91% from 255 or 75.85% from 265); Max value from RGB is 201 - color contains mainly: blue. Hex color #0040C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0040C9 is #FFBF36. Grayscale: #3B3B3B. Windows color (decimal): -16760631 or 13189120. OLE color: 13189120.

HSL color Cylindrical-coordinate representation of color #0040C9: hue angle of 220.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0040C9 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB064201-
CMYK10.6800.21
HSL220.9º100%39.41%-
HSV(B)220.9º100%78.82%-
XYZ12.387.8856.13-
YUV60.48207.384.86-

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) = 24.15%
BLUE value IS 201 (78.91% from 255) = 75.85%
R=0%
G=24.15%
B=75.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal06420110.6800.21220.910039.41
Hex040C96444015dd6427
Octal010031114410402533514447
Binary010000001100100111001001000100010101110111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0040C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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