Html Css Color HEX #01085D Midnight Blue

📋 copy color: '#01085D'

red 1 ◦ green 8 ◦ blue 93

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

Shades of Midnight Blue #01085D

Tints of Midnight Blue #01085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 91.18%

R = 0.98%
G = 7.84%
B = 91.18%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01085D (or 0x01085D) is known color: Midnight Blue. HEX triplet: 01, 08 and 5D. RGB value is (1,8,93). Sum of RGB (Red+Green+Blue) = 1+8+93=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 93 (36.72% from 255 or 91.18% from 102); Max value from RGB is 93 - color contains mainly: blue. Hex color #01085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01085D is #FEF7A2. Grayscale: #0F0F0F. Windows color (decimal): -16709539 or 6096897. OLE color: 6096897.

HSL color Cylindrical-coordinate representation of color #01085D: hue angle of 235.43º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01085D is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 8 93 -
CMYK 0.99 0.91 0 0.64
HSL 235.43º 0.98% 0.18% -
HSV(B) 235.43º 0.99% 0.36% -
XYZ 2.08 0.97 10.43 -
YUV 15.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 1 8 93 0.99 0.91 0 0.64 235.43 0.98 0.18
Hex 1 8 5D 63 5B 0 40 EB 62 12
Octal 1 10 135 143 133 0 100 353 142 22
Binary 1 1000 1011101 1100011 1011011 0 1000000 11101011 1100010 10010

Color Harmonies of #01085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01085D

Black with #01085D

Text Example


Text Example

White with #01085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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