#10005A

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

Shades of Midnight Blue #10005A

Tints of Midnight Blue #10005A

Color information

#10005A (or 0x10005A) is unknown color: approx Midnight Blue. HEX triplet: 10, 00 and 5A. RGB value is (16,0,90). Sum of RGB (Red+Green+Blue) = 16+0+90=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #10005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10005A is #EFFFA5. Grayscale: #0E0E0E. Windows color (decimal): -15728550 or 5898256. OLE color: 5898256.

HSL color Cylindrical-coordinate representation of color #10005A: hue angle of 250.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10005A is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB16090-
CMYK0.82100.65
HSL250.67º100%17.65%-
HSV(B)250.67º100%35.29%-
XYZ2.060.859.73-
YUV15.04170.3128.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 84.91%
R=15.09%
G=0%
B=84.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal160900.82100.65250.6710017.65
Hex1005A5264041fb6412
Octal200132122144010137314422
Binary1000001011010101001011001000100000111111011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10005A; }

 p { color: rgb(16,0,90); }

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

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

 a { background-color: rgb(16,0,90); }

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

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

 span { border-color: rgb(16,0,90); }

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