#0C0CB1

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

Shades of New Midnight Blue #0C0CB1

Tints of New Midnight Blue #0C0CB1

Color information

#0C0CB1 (or 0x0C0CB1) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 0C and B1. RGB value is (12,12,177). Sum of RGB (Red+Green+Blue) = 12+12+177=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 177 (69.53% from 255 or 88.06% from 201); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C0CB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0CB1 is #F3F34E. Grayscale: #1E1E1E. Windows color (decimal): -15987535 or 11602956. OLE color: 11602956.

HSL color Cylindrical-coordinate representation of color #0C0CB1: hue angle of 240º 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 #0C0CB1 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1212177-
CMYK0.930.9300.31
HSL240º87.3%37.06%-
HSV(B)240º93.22%69.41%-
XYZ8.223.5241.84-
YUV30.81210.5114.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 177 (69.53% from 255) = 88.06%
R=5.97%
G=5.97%
B=88.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12121770.930.9300.3124087.337.06
HexCCB15D5D01Ff05725
Octal141426113513503736012745
Binary110011001011000110111011011101011111111100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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