Html Css Color HEX #01095E Midnight Blue

📋 copy color: '#01095E'

red 1 ◦ green 9 ◦ blue 94

#01095E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #01095E

Tints of Midnight Blue #01095E

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 value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01095E (or 0x01095E) is known color: 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

RGB 1 9 94 -
CMYK 0.99 0.90 0 0.63
HSL 234.84º 0.98% 0.19% -
HSV(B) 234.84º 0.99% 0.37% -
XYZ 2.13 1.01 10.67 -
YUV 16.3 171.85 117.09 -
System Red Green Blue C M Y K H S L
Decimal 1 9 94 0.99 0.90 0 0.63 234.84 0.98 0.19
Hex 1 9 5E 63 5A 0 3F EB 62 13
Octal 1 11 136 143 132 0 77 353 142 23
Binary 1 1001 1011110 1100011 1011010 0 111111 11101011 1100010 10011

Color Harmonies of #01095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01095E

Black with #01095E

Text Example


Text Example

White with #01095E

Text Example


Text Example

HTML Codes & Css Web 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>