#0A10B1

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

Shades of New Midnight Blue #0A10B1

Tints of New Midnight Blue #0A10B1

Color information

#0A10B1 (or 0x0A10B1) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 10 and B1. RGB value is (10,16,177). Sum of RGB (Red+Green+Blue) = 10+16+177=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 177 (69.53% from 255 or 87.19% from 203); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A10B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A10B1 is #F5EF4E. Grayscale: #1F1F1F. Windows color (decimal): -16117583 or 11603978. OLE color: 11603978.

HSL color Cylindrical-coordinate representation of color #0A10B1: hue angle of 237.84º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A10B1 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1016177-
CMYK0.940.9100.31
HSL237.84º89.3%36.67%-
HSV(B)237.84º94.35%69.41%-
XYZ8.253.6141.86-
YUV32.56209.51111.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 177 (69.53% from 255) = 87.19%
R=4.93%
G=7.88%
B=87.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10161770.940.9100.31237.8489.336.67
HexA10B15E5B01Fee5925
Octal122026113613303735613145
Binary1010100001011000110111101011011011111111011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A10B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A10B1; }

 p { color: rgb(10,16,177); }

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

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

 a { background-color: rgb(10,16,177); }

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

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

 span { border-color: rgb(10,16,177); }

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