Html Css Color HEX #01109E New Midnight Blue

📋 copy color: '#01109E'

red 1 ◦ green 16 ◦ blue 158

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

Shades of New Midnight Blue #01109E

Tints of New Midnight Blue #01109E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

 BLUE value IS 158 (62.11% from 255) = 90.29%

R = 0.57%
G = 9.14%
B = 90.29%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01109E (or 0x01109E) is known color: New Midnight Blue. HEX triplet: 01, 10 and 9E. RGB value is (1,16,158). Sum of RGB (Red+Green+Blue) = 1+16+158=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 158 (62.11% from 255 or 90.29% from 175); Max value from RGB is 158 - color contains mainly: blue. Hex color #01109E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01109E is #FEEF61. Grayscale: #1B1B1B. Windows color (decimal): -16707426 or 10358785. OLE color: 10358785.

HSL color Cylindrical-coordinate representation of color #01109E: hue angle of 234.27º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01109E is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 16 158 -
CMYK 0.99 0.90 0 0.38
HSL 234.27º 0.99% 0.31% -
HSV(B) 234.27º 0.99% 0.62% -
XYZ 6.37 2.85 32.56 -
YUV 27.7 201.53 108.95 -
System Red Green Blue C M Y K H S L
Decimal 1 16 158 0.99 0.90 0 0.38 234.27 0.99 0.31
Hex 1 10 9E 63 5A 0 26 EA 63 1F
Octal 1 20 236 143 132 0 46 352 143 37
Binary 1 10000 10011110 1100011 1011010 0 100110 11101010 1100011 11111

Color Harmonies of #01109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01109E

Black with #01109E

Text Example


Text Example

White with #01109E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,16,158); }

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

background-color css

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

 a { background-color: rgb(1,16,158); }

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

border-color css

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

 span { border-color: rgb(1,16,158); }

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