#043ABE

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

Shades of Cobalt #043ABE

Tints of Cobalt #043ABE

Color information

#043ABE (or 0x043ABE) is unknown color: approx Cobalt. HEX triplet: 04, 3A and BE. RGB value is (4,58,190). Sum of RGB (Red+Green+Blue) = 4+58+190=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #043ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043ABE is #FBC541. Grayscale: #383838. Windows color (decimal): -16500034 or 12466692. OLE color: 12466692.

HSL color Cylindrical-coordinate representation of color #043ABE: hue angle of 222.58º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043ABE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB458190-
CMYK0.980.6900.25
HSL222.58º95.88%38.04%-
HSV(B)222.58º97.89%74.51%-
XYZ10.866.7749.45-
YUV56.9203.1190.27-

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.02%
BLUE value IS 190 (74.61% from 255) = 75.40%
R=1.59%
G=23.02%
B=75.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4581900.980.6900.25222.5895.8838.04
Hex43ABE6245019df6026
Octal47227614210503133714046
Binary1001110101011111011000101000101011001110111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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