#0C0CAB

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

Shades of New Midnight Blue #0C0CAB

Tints of New Midnight Blue #0C0CAB

Color information

#0C0CAB (or 0x0C0CAB) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 0C and AB. RGB value is (12,12,171). Sum of RGB (Red+Green+Blue) = 12+12+171=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C0CAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0CAB is #F3F354. Grayscale: #1D1D1D. Windows color (decimal): -15987541 or 11209740. OLE color: 11209740.

HSL color Cylindrical-coordinate representation of color #0C0CAB: hue angle of 240º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0CAB is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1212171-
CMYK0.930.9300.33
HSL240º86.89%35.88%-
HSV(B)240º92.98%67.06%-
XYZ7.633.2838.76-
YUV30.13207.5115.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.15%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 171 (67.19% from 255) = 87.69%
R=6.15%
G=6.15%
B=87.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12121710.930.9300.3324086.8935.88
HexCCAB5D5D021f05724
Octal141425313513504136012744
Binary1100110010101011101110110111010100001111100001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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