#010B95

Color #010B95 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #010B95

Tints of New Midnight Blue #010B95

Color information

#010B95 (or 0x010B95) is unknown color: approx New Midnight Blue. HEX triplet: 01, 0B and 95. RGB value is (1,11,149). Sum of RGB (Red+Green+Blue) = 1+11+149=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 149 (58.59% from 255 or 92.55% from 161); Max value from RGB is 149 - color contains mainly: blue. Hex color #010B95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B95 is #FEF46A. Grayscale: #171717. Windows color (decimal): -16708715 or 9767681. OLE color: 9767681.

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

Color convert

RGB111149-
CMYK0.990.9300.42
HSL235.95º98.67%29.41%-
HSV(B)235.95º99.33%58.43%-
XYZ5.562.4228.61-
YUV23.74198.69111.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 149 (58.59% from 255) = 92.55%
R=0.62%
G=6.83%
B=92.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111490.990.9300.42235.9598.6729.41
Hex1B95635D02Aec631d
Octal11322514313505235414335
Binary110111001010111000111011101010101011101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B95; }

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

 H1.HeaderClassName
 {
   color: #010B95;
 }
 .AnyTagClassName
 {
   color: #010B95;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #010B95;
 }
 .BgClassName
 {
   background-color: #010B95;
 }
</style>
border-color css

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

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

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