#003A76

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

Shades of Dark Cerulean #003A76

Tints of Dark Cerulean #003A76

Color information

#003A76 (or 0x003A76) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3A and 76. RGB value is (0,58,118). Sum of RGB (Red+Green+Blue) = 0+58+118=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #003A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A76 is #FFC589. Grayscale: #2F2F2F. Windows color (decimal): -16762250 or 7748096. OLE color: 7748096.

HSL color Cylindrical-coordinate representation of color #003A76: hue angle of 210.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A76 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB058118-
CMYK10.5100.54
HSL210.51º100%23.14%-
HSV(B)210.51º100%46.27%-
XYZ4.784.3317.72-
YUV47.5167.7894.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 118 (46.48% from 255) = 67.05%
R=0%
G=32.95%
B=67.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal05811810.5100.54210.5110023.14
Hex03A766433036d36417
Octal0721661446306632314427
Binary011101011101101100100110011011011011010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A76; }

 p { color: rgb(0,58,118); }

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

<style>
 a { background-color: #003A76; }

 a { background-color: rgb(0,58,118); }

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

<style>
 span { border-color: #003A76; }

 span { border-color: rgb(0,58,118); }

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