Html Css Color HEX #01059F New Midnight Blue

📋 copy color: '#01059F'

red 1 ◦ green 5 ◦ blue 159

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

Shades of New Midnight Blue #01059F

Tints of New Midnight Blue #01059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 96.36%

R = 0.61%
G = 3.03%
B = 96.36%

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

#01059F (or 0x01059F) is known color: New Midnight Blue. HEX triplet: 01, 05 and 9F. RGB value is (1,5,159). Sum of RGB (Red+Green+Blue) = 1+5+159=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 159 (62.5% from 255 or 96.36% from 165); Max value from RGB is 159 - color contains mainly: blue. Hex color #01059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01059F is #FEFA60. Grayscale: #141414. Windows color (decimal): -16710241 or 10421505. OLE color: 10421505.

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

Color convert

RGB 1 5 159 -
CMYK 0.99 0.97 0 0.38
HSL 238.48º 0.99% 0.31% -
HSV(B) 238.48º 0.99% 0.62% -
XYZ 6.32 2.62 32.97 -
YUV 21.36 205.67 113.48 -
System Red Green Blue C M Y K H S L
Decimal 1 5 159 0.99 0.97 0 0.38 238.48 0.99 0.31
Hex 1 5 9F 63 61 0 26 EE 63 1F
Octal 1 5 237 143 141 0 46 356 143 37
Binary 1 101 10011111 1100011 1100001 0 100110 11101110 1100011 11111

Color Harmonies of #01059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01059F

Black with #01059F

Text Example


Text Example

White with #01059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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