#010C9F

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

Shades of New Midnight Blue #010C9F

Tints of New Midnight Blue #010C9F

Color information

#010C9F (or 0x010C9F) is unknown color: approx New Midnight Blue. HEX triplet: 01, 0C and 9F. RGB value is (1,12,159). Sum of RGB (Red+Green+Blue) = 1+12+159=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 159 (62.5% from 255 or 92.44% from 172); Max value from RGB is 159 - color contains mainly: blue. Hex color #010C9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C9F is #FEF360. Grayscale: #181818. Windows color (decimal): -16708449 or 10423297. OLE color: 10423297.

HSL color Cylindrical-coordinate representation of color #010C9F: hue angle of 235.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C9F is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112159-
CMYK0.990.9200.38
HSL235.82º98.75%31.37%-
HSV(B)235.82º99.37%62.35%-
XYZ6.42.7733-
YUV25.47203.36110.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 159 (62.5% from 255) = 92.44%
R=0.58%
G=6.98%
B=92.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121590.990.9200.38235.8298.7531.37
Hex1C9F635C026ec631f
Octal11423714313404635414337
Binary111001001111111000111011100010011011101100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,12,159); }

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

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

 a { background-color: rgb(1,12,159); }

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

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

 span { border-color: rgb(1,12,159); }

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