Html Css Color HEX #01085E Midnight Blue

📋 copy color: '#01085E'

red 1 ◦ green 8 ◦ blue 94

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

Shades of Midnight Blue #01085E

Tints of Midnight Blue #01085E

RGB

 RED value IS 1 (0.78% from 255) = 0.97%

 GREEN value IS 8 (3.52% from 255) = 7.77%

 BLUE value IS 94 (37.11% from 255) = 91.26%

R = 0.97%
G = 7.77%
B = 91.26%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01085E (or 0x01085E) is known color: Midnight Blue. HEX triplet: 01, 08 and 5E. RGB value is (1,8,94). Sum of RGB (Red+Green+Blue) = 1+8+94=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 94 (37.11% from 255 or 91.26% from 103); Max value from RGB is 94 - color contains mainly: blue. Hex color #01085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01085E is #FEF7A1. Grayscale: #0F0F0F. Windows color (decimal): -16709538 or 6162433. OLE color: 6162433.

HSL color Cylindrical-coordinate representation of color #01085E: hue angle of 235.48º 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 #01085E is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 8 94 -
CMYK 0.99 0.91 0 0.63
HSL 235.48º 0.98% 0.19% -
HSV(B) 235.48º 0.99% 0.37% -
XYZ 2.12 0.99 10.67 -
YUV 15.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 1 8 94 0.99 0.91 0 0.63 235.48 0.98 0.19
Hex 1 8 5E 63 5B 0 3F EB 62 13
Octal 1 10 136 143 133 0 77 353 142 23
Binary 1 1000 1011110 1100011 1011011 0 111111 11101011 1100010 10011

Color Harmonies of #01085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01085E

Black with #01085E

Text Example


Text Example

White with #01085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01085E;
 }
 .AnyTagClassName
 {
   color: #01085E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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