#043E82

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

Shades of Dark Cerulean #043E82

Tints of Dark Cerulean #043E82

Color information

#043E82 (or 0x043E82) is unknown color: approx Dark Cerulean. HEX triplet: 04, 3E and 82. RGB value is (4,62,130). Sum of RGB (Red+Green+Blue) = 4+62+130=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #043E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043E82 is #FBC17D. Grayscale: #343434. Windows color (decimal): -16499070 or 8535556. OLE color: 8535556.

HSL color Cylindrical-coordinate representation of color #043E82: hue angle of 212.38º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043E82 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB462130-
CMYK0.970.5200.49
HSL212.38º94.03%26.27%-
HSV(B)212.38º96.92%50.98%-
XYZ5.85.0821.79-
YUV52.41171.7893.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=2.04%
G=31.63%
B=66.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4621300.970.5200.49212.3894.0326.27
Hex43E826134031d45e1a
Octal4762021416406132413632
Binary100111110100000101100001110100011000111010100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,62,130); }

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

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

 a { background-color: rgb(4,62,130); }

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

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

 span { border-color: rgb(4,62,130); }

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