Html Css Color HEX #01059E New Midnight Blue

📋 copy color: '#01059E'

red 1 ◦ green 5 ◦ blue 158

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

Shades of New Midnight Blue #01059E

Tints of New Midnight Blue #01059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

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

R = 0.61%
G = 3.05%
B = 96.34%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01059E (or 0x01059E) is known color: New Midnight Blue. HEX triplet: 01, 05 and 9E. RGB value is (1,5,158). Sum of RGB (Red+Green+Blue) = 1+5+158=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 158 (62.11% from 255 or 96.34% from 164); Max value from RGB is 158 - color contains mainly: blue. Hex color #01059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01059E is #FEFA61. Grayscale: #141414. Windows color (decimal): -16710242 or 10355969. OLE color: 10355969.

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

Color convert

RGB 1 5 158 -
CMYK 0.99 0.97 0 0.38
HSL 238.47º 0.99% 0.31% -
HSV(B) 238.47º 0.99% 0.62% -
XYZ 6.24 2.58 32.52 -
YUV 21.25 205.17 113.56 -
System Red Green Blue C M Y K H S L
Decimal 1 5 158 0.99 0.97 0 0.38 238.47 0.99 0.31
Hex 1 5 9E 63 61 0 26 EE 63 1F
Octal 1 5 236 143 141 0 46 356 143 37
Binary 1 101 10011110 1100011 1100001 0 100110 11101110 1100011 11111

Color Harmonies of #01059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01059E

Black with #01059E

Text Example


Text Example

White with #01059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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