#10055C

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

Shades of Midnight Blue #10055C

Tints of Midnight Blue #10055C

Color information

#10055C (or 0x10055C) is unknown color: approx Midnight Blue. HEX triplet: 10, 05 and 5C. RGB value is (16,5,92). Sum of RGB (Red+Green+Blue) = 16+5+92=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 92 (36.33% from 255 or 81.42% from 113); Max value from RGB is 92 - color contains mainly: blue. Hex color #10055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10055C is #EFFAA3. Grayscale: #111111. Windows color (decimal): -15727268 or 6030608. OLE color: 6030608.

HSL color Cylindrical-coordinate representation of color #10055C: hue angle of 247.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10055C is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB16592-
CMYK0.830.9500.64
HSL247.59º89.69%19.02%-
HSV(B)247.59º94.57%36.08%-
XYZ2.20.9910.2-
YUV18.21169.64126.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 92 (36.33% from 255) = 81.42%
R=14.16%
G=4.42%
B=81.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal165920.830.9500.64247.5989.6919.02
Hex1055C535F040f85a13
Octal205134123137010037013223
Binary100001011011100101001110111110100000011111000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10055C; }

 p { color: rgb(16,5,92); }

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

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

 a { background-color: rgb(16,5,92); }

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

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

 span { border-color: rgb(16,5,92); }

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