Html Css Color HEX #010195 New Midnight Blue

📋 copy color: '#010195'

red 1 ◦ green 1 ◦ blue 149

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

Shades of New Midnight Blue #010195

Tints of New Midnight Blue #010195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 0.66%
G = 0.66%
B = 98.68%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010195 (or 0x010195) is known color: New Midnight Blue. HEX triplet: 01, 01 and 95. RGB value is (1,1,149). Sum of RGB (Red+Green+Blue) = 1+1+149=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 149 (58.59% from 255 or 98.68% from 151); Max value from RGB is 149 - color contains mainly: blue. Hex color #010195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010195 is #FEFE6A. Grayscale: #111111. Windows color (decimal): -16711275 or 9765121. OLE color: 9765121.

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

Color convert

RGB 1 1 149 -
CMYK 0.99 0.99 0 0.42
HSL 240º 0.99% 0.29% -
HSV(B) 240º 0.99% 0.58% -
XYZ 5.45 2.2 28.57 -
YUV 17.87 202 115.97 -
System Red Green Blue C M Y K H S L
Decimal 1 1 149 0.99 0.99 0 0.42 240 0.99 0.29
Hex 1 1 95 63 63 0 2A F0 63 1D
Octal 1 1 225 143 143 0 52 360 143 35
Binary 1 1 10010101 1100011 1100011 0 101010 11110000 1100011 11101

Color Harmonies of #010195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010195

Black with #010195

Text Example


Text Example

White with #010195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010195; }

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

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

background-color css

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

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

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

border-color css

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

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

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