#043CBC

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

Shades of Cobalt #043CBC

Tints of Cobalt #043CBC

Color information

#043CBC (or 0x043CBC) is unknown color: approx Cobalt. HEX triplet: 04, 3C and BC. RGB value is (4,60,188). Sum of RGB (Red+Green+Blue) = 4+60+188=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #043CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CBC is #FBC343. Grayscale: #393939. Windows color (decimal): -16499524 or 12336132. OLE color: 12336132.

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

Color convert

RGB460188-
CMYK0.980.6800.26
HSL221.74º95.83%37.65%-
HSV(B)221.74º97.87%73.73%-
XYZ10.746.8948.34-
YUV57.85201.4589.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 188 (73.83% from 255) = 74.60%
R=1.59%
G=23.81%
B=74.60%

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
Decimal4601880.980.6800.26221.7495.8337.65
Hex43CBC624401Ade6026
Octal47427414210403233614046
Binary1001111001011110011000101000100011010110111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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