#0440BD

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

Shades of Cobalt #0440BD

Tints of Cobalt #0440BD

Color information

#0440BD (or 0x0440BD) is unknown color: approx Cobalt. HEX triplet: 04, 40 and BD. RGB value is (4,64,189). Sum of RGB (Red+Green+Blue) = 4+64+189=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #0440BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0440BD is #FBBF42. Grayscale: #3B3B3B. Windows color (decimal): -16498499 or 12402692. OLE color: 12402692.

HSL color Cylindrical-coordinate representation of color #0440BD: hue angle of 220.54º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0440BD is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB464189-
CMYK0.980.6600.26
HSL220.54º95.85%37.84%-
HSV(B)220.54º97.88%74.12%-
XYZ11.077.3748.98-
YUV60.31200.6287.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 189 (74.22% from 255) = 73.54%
R=1.56%
G=24.90%
B=73.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4641890.980.6600.26220.5495.8537.84
Hex440BD624201Add6026
Octal410027514210203233514046
Binary10010000001011110111000101000010011010110111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0440BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0440BD; }

 p { color: rgb(4,64,189); }

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

<style>
 a { background-color: #0440BD; }

 a { background-color: rgb(4,64,189); }

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

<style>
 span { border-color: #0440BD; }

 span { border-color: rgb(4,64,189); }

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