#043CBD

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

Shades of Cobalt #043CBD

Tints of Cobalt #043CBD

Color information

#043CBD (or 0x043CBD) is unknown color: approx Cobalt. HEX triplet: 04, 3C and BD. RGB value is (4,60,189). Sum of RGB (Red+Green+Blue) = 4+60+189=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #043CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CBD is #FBC342. Grayscale: #393939. Windows color (decimal): -16499523 or 12401668. OLE color: 12401668.

HSL color Cylindrical-coordinate representation of color #043CBD: hue angle of 221.84º 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 #043CBD is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB460189-
CMYK0.980.6800.26
HSL221.84º95.85%37.84%-
HSV(B)221.84º97.88%74.12%-
XYZ10.856.9348.91-
YUV57.96201.9589.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 189 (74.22% from 255) = 74.70%
R=1.58%
G=23.72%
B=74.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4601890.980.6800.26221.8495.8537.84
Hex43CBD624401Ade6026
Octal47427514210403233614046
Binary1001111001011110111000101000100011010110111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043CBD; }

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

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

<style>
 a { background-color: #043CBD; }

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

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

<style>
 span { border-color: #043CBD; }

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

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