Html Css Color HEX #01059B New Midnight Blue

📋 copy color: '#01059B'

red 1 ◦ green 5 ◦ blue 155

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

Shades of New Midnight Blue #01059B

Tints of New Midnight Blue #01059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 96.27%

R = 0.62%
G = 3.11%
B = 96.27%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01059B (or 0x01059B) is known color: New Midnight Blue. HEX triplet: 01, 05 and 9B. RGB value is (1,5,155). Sum of RGB (Red+Green+Blue) = 1+5+155=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 155 (60.94% from 255 or 96.27% from 161); Max value from RGB is 155 - color contains mainly: blue. Hex color #01059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01059B is #FEFA64. Grayscale: #141414. Windows color (decimal): -16710245 or 10159361. OLE color: 10159361.

HSL color Cylindrical-coordinate representation of color #01059B: hue angle of 238.44º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01059B is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 5 155 -
CMYK 0.99 0.97 0 0.39
HSL 238.44º 0.99% 0.31% -
HSV(B) 238.44º 0.99% 0.61% -
XYZ 5.98 2.48 31.17 -
YUV 20.9 203.67 113.8 -
System Red Green Blue C M Y K H S L
Decimal 1 5 155 0.99 0.97 0 0.39 238.44 0.99 0.31
Hex 1 5 9B 63 61 0 27 EE 63 1F
Octal 1 5 233 143 141 0 47 356 143 37
Binary 1 101 10011011 1100011 1100001 0 100111 11101110 1100011 11111

Color Harmonies of #01059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01059B

Black with #01059B

Text Example


Text Example

White with #01059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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