#003A7F

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

Shades of Dark Cerulean #003A7F

Tints of Dark Cerulean #003A7F

Color information

#003A7F (or 0x003A7F) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3A and 7F. RGB value is (0,58,127). Sum of RGB (Red+Green+Blue) = 0+58+127=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #003A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A7F is #FFC580. Grayscale: #303030. Windows color (decimal): -16762241 or 8337920. OLE color: 8337920.

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

Color convert

RGB058127-
CMYK10.5400.50
HSL212.6º100%24.9%-
HSV(B)212.6º100%49.8%-
XYZ5.344.5620.68-
YUV48.52172.2893.39-

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) = 31.35%
BLUE value IS 127 (50% from 255) = 68.65%
R=0%
G=31.35%
B=68.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal05812710.5400.50212.610024.9
Hex03A7F6436032d56419
Octal0721771446606232514431
Binary011101011111111100100110110011001011010101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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