#010CB2

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

Shades of New Midnight Blue #010CB2

Tints of New Midnight Blue #010CB2

Color information

#010CB2 (or 0x010CB2) is unknown color: approx New Midnight Blue. HEX triplet: 01, 0C and B2. RGB value is (1,12,178). Sum of RGB (Red+Green+Blue) = 1+12+178=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 178 (69.92% from 255 or 93.19% from 191); Max value from RGB is 178 - color contains mainly: blue. Hex color #010CB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CB2 is #FEF34D. Grayscale: #1A1A1A. Windows color (decimal): -16708430 or 11668481. OLE color: 11668481.

HSL color Cylindrical-coordinate representation of color #010CB2: hue angle of 236.27º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CB2 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB112178-
CMYK0.990.9300.30
HSL236.27º98.88%35.1%-
HSV(B)236.27º99.44%69.8%-
XYZ8.183.4842.36-
YUV27.64212.86109-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 178 (69.92% from 255) = 93.19%
R=0.52%
G=6.28%
B=93.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121780.990.9300.30236.2798.8835.1
Hex1CB2635D01Eec6323
Octal11426214313503635414343
Binary111001011001011000111011101011110111011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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