#0912B1

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

Shades of New Midnight Blue #0912B1

Tints of New Midnight Blue #0912B1

Color information

#0912B1 (or 0x0912B1) is unknown color: approx New Midnight Blue. HEX triplet: 09, 12 and B1. RGB value is (9,18,177). Sum of RGB (Red+Green+Blue) = 9+18+177=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 177 (69.53% from 255 or 86.76% from 204); Max value from RGB is 177 - color contains mainly: blue. Hex color #0912B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0912B1 is #F6ED4E. Grayscale: #202020. Windows color (decimal): -16182607 or 11604489. OLE color: 11604489.

HSL color Cylindrical-coordinate representation of color #0912B1: hue angle of 236.79º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0912B1 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB918177-
CMYK0.950.9000.31
HSL236.79º90.32%36.47%-
HSV(B)236.79º94.92%69.41%-
XYZ8.263.6741.87-
YUV33.44209.02110.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 177 (69.53% from 255) = 86.76%
R=4.41%
G=8.82%
B=86.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9181770.950.9000.31236.7990.3236.47
Hex912B15F5A01Fed5a24
Octal112226113713203735513244
Binary1001100101011000110111111011010011111111011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0912B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0912B1; }

 p { color: rgb(9,18,177); }

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

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

 a { background-color: rgb(9,18,177); }

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

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

 span { border-color: rgb(9,18,177); }

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