#043ABD

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

Shades of Cobalt #043ABD

Tints of Cobalt #043ABD

Color information

#043ABD (or 0x043ABD) is unknown color: approx Cobalt. HEX triplet: 04, 3A and BD. RGB value is (4,58,189). Sum of RGB (Red+Green+Blue) = 4+58+189=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #043ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043ABD is #FBC542. Grayscale: #383838. Windows color (decimal): -16500035 or 12401156. OLE color: 12401156.

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

Color convert

RGB458189-
CMYK0.980.6900.26
HSL222.49º95.85%37.84%-
HSV(B)222.49º97.88%74.12%-
XYZ10.756.7348.88-
YUV56.79202.6190.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 189 (74.22% from 255) = 75.30%
R=1.59%
G=23.11%
B=75.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4581890.980.6900.26222.4995.8537.84
Hex43ABD624501Ade6026
Octal47227514210503233614046
Binary1001110101011110111000101000101011010110111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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