Html Css Color HEX #01059C New Midnight Blue

📋 copy color: '#01059C'

red 1 ◦ green 5 ◦ blue 156

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

Shades of New Midnight Blue #01059C

Tints of New Midnight Blue #01059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 96.3%

R = 0.62%
G = 3.09%
B = 96.3%

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

#01059C (or 0x01059C) is known color: New Midnight Blue. HEX triplet: 01, 05 and 9C. RGB value is (1,5,156). Sum of RGB (Red+Green+Blue) = 1+5+156=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 156 (61.33% from 255 or 96.30% from 162); Max value from RGB is 156 - color contains mainly: blue. Hex color #01059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01059C is #FEFA63. Grayscale: #141414. Windows color (decimal): -16710244 or 10224897. OLE color: 10224897.

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

Color convert

RGB 1 5 156 -
CMYK 0.99 0.97 0 0.39
HSL 238.45º 0.99% 0.31% -
HSV(B) 238.45º 0.99% 0.61% -
XYZ 6.07 2.52 31.62 -
YUV 21.02 204.17 113.72 -
System Red Green Blue C M Y K H S L
Decimal 1 5 156 0.99 0.97 0 0.39 238.45 0.99 0.31
Hex 1 5 9C 63 61 0 27 EE 63 1F
Octal 1 5 234 143 141 0 47 356 143 37
Binary 1 101 10011100 1100011 1100001 0 100111 11101110 1100011 11111

Color Harmonies of #01059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01059C

Black with #01059C

Text Example


Text Example

White with #01059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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