#030752

Color #030752 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #030752

Tints of Midnight Blue #030752

Color information

#030752 (or 0x030752) is unknown color: approx Midnight Blue. HEX triplet: 03, 07 and 52. RGB value is (3,7,82). Sum of RGB (Red+Green+Blue) = 3+7+82=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 82 (32.42% from 255 or 89.13% from 92); Max value from RGB is 82 - color contains mainly: blue. Hex color #030752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030752 is #FCF8AD. Grayscale: #0E0E0E. Windows color (decimal): -16578734 or 5375747. OLE color: 5375747.

HSL color Cylindrical-coordinate representation of color #030752: hue angle of 236.96º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030752 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB3782-
CMYK0.960.9100.68
HSL236.96º92.94%16.67%-
HSV(B)236.96º96.34%32.16%-
XYZ1.640.788.05-
YUV14.35166.17119.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 82 (32.42% from 255) = 89.13%
R=3.26%
G=7.61%
B=89.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal37820.960.9100.68236.9692.9416.67
Hex3752605B044ed5d11
Octal37122140133010435513521
Binary111111010010110000010110110100010011101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030752; }

 p { color: rgb(3,7,82); }

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

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

 a { background-color: rgb(3,7,82); }

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

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

 span { border-color: rgb(3,7,82); }

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