Html Css Color HEX #010895 New Midnight Blue

📋 copy color: '#010895'

red 1 ◦ green 8 ◦ blue 149

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

Shades of New Midnight Blue #010895

Tints of New Midnight Blue #010895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

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

R = 0.63%
G = 5.06%
B = 94.3%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010895 (or 0x010895) is known color: New Midnight Blue. HEX triplet: 01, 08 and 95. RGB value is (1,8,149). Sum of RGB (Red+Green+Blue) = 1+8+149=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 149 (58.59% from 255 or 94.30% from 158); Max value from RGB is 149 - color contains mainly: blue. Hex color #010895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010895 is #FEF76A. Grayscale: #151515. Windows color (decimal): -16709483 or 9766913. OLE color: 9766913.

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

Color convert

RGB 1 8 149 -
CMYK 0.99 0.95 0 0.42
HSL 237.16º 0.99% 0.29% -
HSV(B) 237.16º 0.99% 0.58% -
XYZ 5.52 2.35 28.6 -
YUV 21.98 199.68 113.04 -
System Red Green Blue C M Y K H S L
Decimal 1 8 149 0.99 0.95 0 0.42 237.16 0.99 0.29
Hex 1 8 95 63 5F 0 2A ED 63 1D
Octal 1 10 225 143 137 0 52 355 143 35
Binary 1 1000 10010101 1100011 1011111 0 101010 11101101 1100011 11101

Color Harmonies of #010895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010895

Black with #010895

Text Example


Text Example

White with #010895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010895; }

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

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

background-color css

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

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

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

border-color css

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

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

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