#043CAD

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

Shades of Cobalt #043CAD

Tints of Cobalt #043CAD

Color information

#043CAD (or 0x043CAD) is unknown color: approx Cobalt. HEX triplet: 04, 3C and AD. RGB value is (4,60,173). Sum of RGB (Red+Green+Blue) = 4+60+173=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #043CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043CAD is #FBC352. Grayscale: #373737. Windows color (decimal): -16499539 or 11353092. OLE color: 11353092.

HSL color Cylindrical-coordinate representation of color #043CAD: hue angle of 220.12º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CAD is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB460173-
CMYK0.980.6500.32
HSL220.12º95.48%34.71%-
HSV(B)220.12º97.69%67.84%-
XYZ9.216.2740.26-
YUV56.14193.9590.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 60 (23.83% from 255) = 25.32%
BLUE value IS 173 (67.97% from 255) = 73.00%
R=1.69%
G=25.32%
B=73.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4601730.980.6500.32220.1295.4834.71
Hex43CAD6241020dc5f23
Octal47425514210104033413743
Binary10011110010101101110001010000010100000110111001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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