Html Css Color HEX #010095 New Midnight Blue

📋 copy color: '#010095'

red 1 ◦ green 0 ◦ blue 149

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

Shades of New Midnight Blue #010095

Tints of New Midnight Blue #010095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 0.67%
G = 0%
B = 99.33%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010095 (or 0x010095) is known color: New Midnight Blue. HEX triplet: 01, 00 and 95. RGB value is (1,0,149). Sum of RGB (Red+Green+Blue) = 1+0+149=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 149 (58.59% from 255 or 99.33% from 150); Max value from RGB is 149 - color contains mainly: blue. Hex color #010095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010095 is #FEFF6A. Grayscale: #101010. Windows color (decimal): -16711531 or 9764865. OLE color: 9764865.

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

Color convert

RGB 1 0 149 -
CMYK 0.99 1 0 0.42
HSL 240.4º 1% 0.29% -
HSV(B) 240.4º 1% 0.58% -
XYZ 5.44 2.18 28.57 -
YUV 17.29 202.33 116.38 -
System Red Green Blue C M Y K H S L
Decimal 1 0 149 0.99 1 0 0.42 240.4 1 0.29
Hex 1 0 95 63 64 0 2A F0 64 1D
Octal 1 0 225 143 144 0 52 360 144 35
Binary 1 0 10010101 1100011 1100100 0 101010 11110000 1100100 11101

Color Harmonies of #010095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010095

Black with #010095

Text Example


Text Example

White with #010095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010095; }

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

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

background-color css

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

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

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

border-color css

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

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

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