Html Css Color HEX #01059A New Midnight Blue

📋 copy color: '#01059A'

red 1 ◦ green 5 ◦ blue 154

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

Shades of New Midnight Blue #01059A

Tints of New Midnight Blue #01059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 96.25%

R = 0.63%
G = 3.13%
B = 96.25%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01059A (or 0x01059A) is known color: New Midnight Blue. HEX triplet: 01, 05 and 9A. RGB value is (1,5,154). Sum of RGB (Red+Green+Blue) = 1+5+154=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 154 (60.55% from 255 or 96.25% from 160); Max value from RGB is 154 - color contains mainly: blue. Hex color #01059A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01059A is #FEFA65. Grayscale: #141414. Windows color (decimal): -16710246 or 10093825. OLE color: 10093825.

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

Color convert

RGB 1 5 154 -
CMYK 0.99 0.97 0 0.40
HSL 238.43º 0.99% 0.3% -
HSV(B) 238.43º 0.99% 0.6% -
XYZ 5.9 2.45 30.73 -
YUV 20.79 203.17 113.88 -
System Red Green Blue C M Y K H S L
Decimal 1 5 154 0.99 0.97 0 0.40 238.43 0.99 0.3
Hex 1 5 9A 63 61 0 28 EE 63 1E
Octal 1 5 232 143 141 0 50 356 143 36
Binary 1 101 10011010 1100011 1100001 0 101000 11101110 1100011 11110

Color Harmonies of #01059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01059A

Black with #01059A

Text Example


Text Example

White with #01059A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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