#01095E

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

Shades of Midnight Blue #01095E

Tints of Midnight Blue #01095E

Color information

#01095E (or 0x01095E) is unknown color: approx Midnight Blue. HEX triplet: 01, 09 and 5E. RGB value is (1,9,94). Sum of RGB (Red+Green+Blue) = 1+9+94=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 94 (37.11% from 255 or 90.38% from 104); Max value from RGB is 94 - color contains mainly: blue. Hex color #01095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01095E is #FEF6A1. Grayscale: #0F0F0F. Windows color (decimal): -16709282 or 6162689. OLE color: 6162689.

HSL color Cylindrical-coordinate representation of color #01095E: hue angle of 234.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01095E is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB1994-
CMYK0.990.9000.63
HSL234.84º97.89%18.63%-
HSV(B)234.84º98.94%36.86%-
XYZ2.131.0110.67-
YUV16.3171.85117.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 94 (37.11% from 255) = 90.38%
R=0.96%
G=8.65%
B=90.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal19940.990.9000.63234.8497.8918.63
Hex195E635A03Feb6213
Octal11113614313207735314223
Binary11001101111011000111011010011111111101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01095E; }

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

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

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

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

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

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

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

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