#0C11B1

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

Shades of New Midnight Blue #0C11B1

Tints of New Midnight Blue #0C11B1

Color information

#0C11B1 (or 0x0C11B1) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 11 and B1. RGB value is (12,17,177). Sum of RGB (Red+Green+Blue) = 12+17+177=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C11B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C11B1 is #F3EE4E. Grayscale: #212121. Windows color (decimal): -15986255 or 11604236. OLE color: 11604236.

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

Color convert

RGB1217177-
CMYK0.930.9000.31
HSL238.18º87.3%37.06%-
HSV(B)238.18º93.22%69.41%-
XYZ8.293.6541.86-
YUV33.75208.84112.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 177 (69.53% from 255) = 85.92%
R=5.83%
G=8.25%
B=85.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12171770.930.9000.31238.1887.337.06
HexC11B15D5A01Fee5725
Octal142126113513203735612745
Binary1100100011011000110111011011010011111111011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C11B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,17,177); }

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

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

 a { background-color: rgb(12,17,177); }

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

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

 span { border-color: rgb(12,17,177); }

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