#043BBD

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

Shades of Cobalt #043BBD

Tints of Cobalt #043BBD

Color information

#043BBD (or 0x043BBD) is unknown color: approx Cobalt. HEX triplet: 04, 3B and BD. RGB value is (4,59,189). Sum of RGB (Red+Green+Blue) = 4+59+189=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #043BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BBD is #FBC442. Grayscale: #383838. Windows color (decimal): -16499779 or 12401412. OLE color: 12401412.

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

Color convert

RGB459189-
CMYK0.980.6900.26
HSL222.16º95.85%37.84%-
HSV(B)222.16º97.88%74.12%-
XYZ10.86.8348.89-
YUV57.37202.2889.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 189 (74.22% from 255) = 75%
R=1.59%
G=23.41%
B=75%

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
Decimal4591890.980.6900.26222.1695.8537.84
Hex43BBD624501Ade6026
Octal47327514210503233614046
Binary1001110111011110111000101000101011010110111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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