#043B86

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

Shades of Dark Cerulean #043B86

Tints of Dark Cerulean #043B86

Color information

#043B86 (or 0x043B86) is unknown color: approx Dark Cerulean. HEX triplet: 04, 3B and 86. RGB value is (4,59,134). Sum of RGB (Red+Green+Blue) = 4+59+134=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #043B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043B86 is #FBC479. Grayscale: #323232. Windows color (decimal): -16499834 or 8796932. OLE color: 8796932.

HSL color Cylindrical-coordinate representation of color #043B86: hue angle of 214.62º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043B86 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB459134-
CMYK0.970.5600.47
HSL214.62º94.2%27.06%-
HSV(B)214.62º97.01%52.55%-
XYZ5.924.8723.18-
YUV51.1174.7894.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 134 (52.73% from 255) = 68.02%
R=2.03%
G=29.95%
B=68.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4591340.970.5600.47214.6294.227.06
Hex43B86613802Fd75e1b
Octal4732061417005732713633
Binary100111011100001101100001111000010111111010111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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