#043A7F

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

Shades of Dark Cerulean #043A7F

Tints of Dark Cerulean #043A7F

Color information

#043A7F (or 0x043A7F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 3A and 7F. RGB value is (4,58,127). Sum of RGB (Red+Green+Blue) = 4+58+127=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #043A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A7F is #FBC580. Grayscale: #313131. Windows color (decimal): -16500097 or 8337924. OLE color: 8337924.

HSL color Cylindrical-coordinate representation of color #043A7F: hue angle of 213.66º 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 #043A7F is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB458127-
CMYK0.970.5400.50
HSL213.66º93.89%25.69%-
HSV(B)213.66º96.85%49.8%-
XYZ5.394.5820.68-
YUV49.72171.6195.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 127 (50% from 255) = 67.20%
R=2.12%
G=30.69%
B=67.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4581270.970.5400.50213.6693.8925.69
Hex43A7F6136032d65e1a
Octal4721771416606232613632
Binary10011101011111111100001110110011001011010110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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