#030960

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

Shades of Midnight Blue #030960

Tints of Midnight Blue #030960

Color information

#030960 (or 0x030960) is unknown color: approx Midnight Blue. HEX triplet: 03, 09 and 60. RGB value is (3,9,96). Sum of RGB (Red+Green+Blue) = 3+9+96=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 96 (37.89% from 255 or 88.89% from 108); Max value from RGB is 96 - color contains mainly: blue. Hex color #030960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030960 is #FCF69F. Grayscale: #101010. Windows color (decimal): -16578208 or 6293763. OLE color: 6293763.

HSL color Cylindrical-coordinate representation of color #030960: hue angle of 236.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030960 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB3996-
CMYK0.970.9100.62
HSL236.13º93.94%19.41%-
HSV(B)236.13º96.88%37.65%-
XYZ2.251.0611.15-
YUV17.12172.51117.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 96 (37.89% from 255) = 88.89%
R=2.78%
G=8.33%
B=88.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal39960.970.9100.62236.1393.9419.41
Hex3960615B03Eec5e13
Octal31114014113307635413623
Binary111001110000011000011011011011111011101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030960; }

 p { color: rgb(3,9,96); }

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

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

 a { background-color: rgb(3,9,96); }

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

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

 span { border-color: rgb(3,9,96); }

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