Html Css Color HEX #01059D New Midnight Blue

📋 copy color: '#01059D'

red 1 ◦ green 5 ◦ blue 157

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

Shades of New Midnight Blue #01059D

Tints of New Midnight Blue #01059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 96.32%

R = 0.61%
G = 3.07%
B = 96.32%

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

#01059D (or 0x01059D) is known color: New Midnight Blue. HEX triplet: 01, 05 and 9D. RGB value is (1,5,157). Sum of RGB (Red+Green+Blue) = 1+5+157=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 157 (61.72% from 255 or 96.32% from 163); Max value from RGB is 157 - color contains mainly: blue. Hex color #01059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01059D is #FEFA62. Grayscale: #141414. Windows color (decimal): -16710243 or 10290433. OLE color: 10290433.

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

Color convert

RGB 1 5 157 -
CMYK 0.99 0.97 0 0.38
HSL 238.46º 0.99% 0.31% -
HSV(B) 238.46º 0.99% 0.62% -
XYZ 6.15 2.55 32.07 -
YUV 21.13 204.67 113.64 -
System Red Green Blue C M Y K H S L
Decimal 1 5 157 0.99 0.97 0 0.38 238.46 0.99 0.31
Hex 1 5 9D 63 61 0 26 EE 63 1F
Octal 1 5 235 143 141 0 46 356 143 37
Binary 1 101 10011101 1100011 1100001 0 100110 11101110 1100011 11111

Color Harmonies of #01059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01059D

Black with #01059D

Text Example


Text Example

White with #01059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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