Html Css Color HEX #010595 New Midnight Blue

📋 copy color: '#010595'

red 1 ◦ green 5 ◦ blue 149

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

Shades of New Midnight Blue #010595

Tints of New Midnight Blue #010595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 96.13%

R = 0.65%
G = 3.23%
B = 96.13%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010595 (or 0x010595) is known color: New Midnight Blue. HEX triplet: 01, 05 and 95. RGB value is (1,5,149). Sum of RGB (Red+Green+Blue) = 1+5+149=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 149 (58.59% from 255 or 96.13% from 155); Max value from RGB is 149 - color contains mainly: blue. Hex color #010595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010595 is #FEFA6A. Grayscale: #131313. Windows color (decimal): -16710251 or 9766145. OLE color: 9766145.

HSL color Cylindrical-coordinate representation of color #010595: hue angle of 238.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010595 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 5 149 -
CMYK 0.99 0.97 0 0.42
HSL 238.38º 0.99% 0.29% -
HSV(B) 238.38º 0.99% 0.58% -
XYZ 5.49 2.28 28.59 -
YUV 20.22 200.67 114.29 -
System Red Green Blue C M Y K H S L
Decimal 1 5 149 0.99 0.97 0 0.42 238.38 0.99 0.29
Hex 1 5 95 63 61 0 2A EE 63 1D
Octal 1 5 225 143 141 0 52 356 143 35
Binary 1 101 10010101 1100011 1100001 0 101010 11101110 1100011 11101

Color Harmonies of #010595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010595

Black with #010595

Text Example


Text Example

White with #010595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010595; }

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

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

background-color css

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

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

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

border-color css

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

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

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