#010960

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

Shades of Midnight Blue #010960

Tints of Midnight Blue #010960

Color information

#010960 (or 0x010960) is unknown color: approx Midnight Blue. HEX triplet: 01, 09 and 60. RGB value is (1,9,96). Sum of RGB (Red+Green+Blue) = 1+9+96=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 96 (37.89% from 255 or 90.57% from 106); Max value from RGB is 96 - color contains mainly: blue. Hex color #010960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010960 is #FEF69F. Grayscale: #101010. Windows color (decimal): -16709280 or 6293761. OLE color: 6293761.

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

Color convert

RGB1996-
CMYK0.990.9100.62
HSL234.95º97.94%19.02%-
HSV(B)234.95º98.96%37.65%-
XYZ2.221.0511.15-
YUV16.53172.85116.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 96 (37.89% from 255) = 90.57%
R=0.94%
G=8.49%
B=90.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal19960.990.9100.62234.9597.9419.02
Hex1960635B03Eeb6213
Octal11114014313307635314223
Binary11001110000011000111011011011111011101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010960; }

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

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

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

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

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

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

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

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