#043f7f

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

Shades of Dark Cerulean #043F7F

Tints of Dark Cerulean #043F7F

Color information

#043F7F (or 0x043F7F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 3F and 7F. RGB value is (4,63,127). Sum of RGB (Red+Green+Blue) = 4+63+127=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #043F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043F7F is #FBC080. Grayscale: #343434. Windows color (decimal): -16498817 or 8339204. OLE color: 8339204.

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

Color convert

RGB463127-
CMYK0.970.5000.50
HSL211.22º93.89%25.69%-
HSV(B)211.22º96.85%49.8%-
XYZ5.665.1120.77-
YUV52.65169.9593.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 127 (50% from 255) = 65.46%
R=2.06%
G=32.47%
B=65.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4631270.970.5000.50211.2293.8925.69
Hex43F7F6132032d35e1a
Octal4771771416206232313632
Binary10011111111111111100001110010011001011010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,63,127); }

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

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

 a { background-color: rgb(4,63,127); }

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

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

 span { border-color: rgb(4,63,127); }

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